diff --git a/composer.json b/composer.json index 3304808..7b1cf0a 100644 --- a/composer.json +++ b/composer.json @@ -3,20 +3,20 @@ "type": "pico-plugin", "description": "API route for SeaCMS", "keywords": [ "pico", "picocms", "picocms-plugin", "api"], - "homepage": "https://git.defis.info/SeaCMS/seacms-api", + "homepage": "https://git.accolades.coop/SeaCMS/seacms-api", "license": "EUPL-1.2", "readme": "README.md", "authors": [ { "name": "Jérémy Dufraisse", - "homepage": "https://github.com/J9rem", + "homepage": "https://git.accolades.coop/jeremy", "role": "SeaCMS developer" } ], "support": { - "docs": "https://git.defis.info/SeaCMS/seacms-api/src/branch/master/README.md", - "issues": "https://git.defis.info/SeaCMS/seacms-api/issues", - "source": "https://git.defis.info/SeaCMS/seacms-api" + "docs": "https://git.accolades.coop/SeaCMS/seacms-api/src/branch/master/README.md", + "issues": "https://git.accolades.coop/SeaCMS/seacms-api/issues", + "source": "https://git.accolades.coop/SeaCMS/seacms-api" }, "require": { "php": "^7.2.5||^8.0"