diff options
author | Andrew Manning <tamanning@zoho.com> | 2018-06-08 05:37:23 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2018-06-08 05:37:23 -0400 |
commit | 4feff1cf897918892e6555b431f0d069031a8597 (patch) | |
tree | 5684eddda15fd014cfda4d1737108191a8576cfc /composer.json | |
parent | df2d18160212ec546ec640dd1d2152fecada5557 (diff) | |
download | volse-hubzilla-4feff1cf897918892e6555b431f0d069031a8597.tar.gz volse-hubzilla-4feff1cf897918892e6555b431f0d069031a8597.tar.bz2 volse-hubzilla-4feff1cf897918892e6555b431f0d069031a8597.zip |
Update github.com git repo URLs with framagit.org URLs
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 79b60771b..792c08810 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "SSO", "ZOT" ], - "homepage" : "http://github.com/redmatrix/hubzilla", + "homepage" : "http://framagit.org/hubzilla/core/", "license" : "MIT", "authors" : [{ "name" : "Mike Macgirvin", @@ -18,8 +18,8 @@ } ], "support" : { - "issues" : "https://github.com/redmatrix/hubzilla/issues", - "source" : "https://github.com/redmatrix/hubzilla" + "issues" : "https://framagit.org/hubzilla/core/issues", + "source" : "https://framagit.org/hubzilla/core/" }, "require" : { "php" : ">=5.5", |