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 /util/generate-hooks-index | |
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 'util/generate-hooks-index')
-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"] |