diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-06-07 14:00:18 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-06-07 14:00:18 +0200 |
commit | ad4e8fd7f5638dfda9fe503fe58bced053f51f2a (patch) | |
tree | 130afb7cb8dec11a0356660a82d04026e4bf39c9 /Zotlabs | |
parent | 9ffb10c0e6107edc08d4e0d1333676eb326151f1 (diff) | |
parent | 2c7597066c03bc60e83b934415df6fd7551016d1 (diff) | |
download | volse-hubzilla-ad4e8fd7f5638dfda9fe503fe58bced053f51f2a.tar.gz volse-hubzilla-ad4e8fd7f5638dfda9fe503fe58bced053f51f2a.tar.bz2 volse-hubzilla-ad4e8fd7f5638dfda9fe503fe58bced053f51f2a.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Lib/System.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/System.php b/Zotlabs/Lib/System.php index c3e11eb6a..7bf1343bb 100644 --- a/Zotlabs/Lib/System.php +++ b/Zotlabs/Lib/System.php @@ -54,7 +54,7 @@ class System { static public function get_project_srclink() { if(is_array(\App::$config) && is_array(\App::$config['system']) && \App::$config['system']['project_srclink']) return \App::$config['system']['project_srclink']; - return 'https://github.com/redmatrix/hubzilla'; + return 'https://framagit.org/hubzilla/core.git'; } static public function get_server_role() { |