From 3f3bbc92d9aecefdb19f0a00698ecbbae9ecc08b Mon Sep 17 00:00:00 2001 From: Tchama Date: Tue, 11 Jun 2019 12:02:05 +0200 Subject: [PATCH] correct --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 831e10995..476776123 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "symfony-bundle", "description": "A bundle to manage Third Party contact categories", "keywords" : ["chill", "social work", "contacts"], - "homepage" : "https://github.com/Chill-project/Chill-ThirdParty", + "homepage" : "https://framagit.org/Chill-project/Chill-ThirdParty", "autoload": { "psr-4": { "Chill\\ThirdPartyBundle\\": "" } },