aboutsummaryrefslogtreecommitdiffstats
path: root/util/generate-hooks-index/project.clj
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-06-08 21:04:21 +0200
committerMario <mario@mariovavti.com>2018-06-08 21:04:21 +0200
commitb05e7943c2072c09e80ac88e6a8b85f44285372d (patch)
tree3e7682e8951ea8a6f48ce3d34e98527b39a53245 /util/generate-hooks-index/project.clj
parentdbf0c1893c4ff034b90f61956b8dd98cf6f17a2c (diff)
parent4feff1cf897918892e6555b431f0d069031a8597 (diff)
downloadvolse-hubzilla-b05e7943c2072c09e80ac88e6a8b85f44285372d.tar.gz
volse-hubzilla-b05e7943c2072c09e80ac88e6a8b85f44285372d.tar.bz2
volse-hubzilla-b05e7943c2072c09e80ac88e6a8b85f44285372d.zip
Merge branch 'dev' into 'dev'
Update github.com git repo URLs with framagit.org URLs See merge request hubzilla/core!1212
Diffstat (limited to 'util/generate-hooks-index/project.clj')
-rw-r--r--util/generate-hooks-index/project.clj2
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"]