diff --git a/composer.json b/composer.json index bafd96d..6a6d2b9 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "pico-plugin", "description": "API route for SeaCMS", "keywords": [ "pico", "picocms", "picocms-plugin", "auth"], - "homepage": "https://git.defis.info/SeaCMS/seacms-auth", + "homepage": "https://git.accolades.coop/SeaCMS/seacms-auth", "license": "EUPL-1.2", "readme": "README.md", "authors": [ @@ -14,9 +14,9 @@ } ], "support": { - "docs": "https://git.defis.info/SeaCMS/seacms-auth/src/branch/master/README.md", - "issues": "https://git.defis.info/SeaCMS/seacms-auth/issues", - "source": "https://git.defis.info/SeaCMS/seacms-auth" + "docs": "https://git.accolades.coop/SeaCMS/seacms-auth/src/branch/master/README.md", + "issues": "https://git.accolades.coop/SeaCMS/seacms-auth/issues", + "source": "https://git.accolades.coop/SeaCMS/seacms-auth" }, "require": { "php": "^7.2.5||^8.0",