From 4ae9bd3f9a6c4d65abe388140daf7b4f0a224c79 Mon Sep 17 00:00:00 2001 From: garronej Date: Thu, 16 Mar 2023 22:57:24 +0100 Subject: [PATCH] Fix repo url in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7df8dc14..94695976 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Create Keycloak themes using React", "repository": { "type": "git", - "url": "git://github.com/garronej/keycloakify.git" + "url": "git://github.com/inseefrlab/keycloakify.git" }, "main": "dist/index.js", "types": "dist/index.d.ts",