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 /util | |
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 'util')
-rw-r--r-- | util/generate-hooks-index/project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generate-hooks-index/project.clj b/util/generate-hooks-index/project.clj index 730fe76d8..dc0b92f51 100644 --- a/util/generate-hooks-index/project.clj +++ b/util/generate-hooks-index/project.clj @@ -1,6 +1,6 @@ (defproject generate-hooks-index "0.1.0-SNAPSHOT" :description "Generates Hooks docs for Hubzilla" - :url "https://github.com/redmatrix/hubzilla" + :url "https://framagit.org/hubzilla/core/" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.7.0"] |