diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-06-08 23:19:56 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-06-08 23:19:56 +0200 |
commit | d5ee8d80ab2db542fb14bbeaab5707665b9e3590 (patch) | |
tree | 312dbc7cae67b65e1efe2b044edfeae7b7626dae /composer.json | |
parent | 1fbc1314695feff17ec9d6ecaa009f5e554ad109 (diff) | |
parent | b05e7943c2072c09e80ac88e6a8b85f44285372d (diff) | |
download | volse-hubzilla-d5ee8d80ab2db542fb14bbeaab5707665b9e3590.tar.gz volse-hubzilla-d5ee8d80ab2db542fb14bbeaab5707665b9e3590.tar.bz2 volse-hubzilla-d5ee8d80ab2db542fb14bbeaab5707665b9e3590.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
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", |