mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
10 lines
418 B
Clojure
10 lines
418 B
Clojure
(defproject generate-hooks-index "0.1.0-SNAPSHOT"
|
|
:description "Generates Hooks docs for Hubzilla"
|
|
:url "https://github.com/redmatrix/hubzilla"
|
|
:license {:name "Eclipse Public License"
|
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
|
:dependencies [[org.clojure/clojure "1.7.0"]
|
|
[com.taoensso/timbre "4.1.2"]
|
|
[hiccup "1.0.0"]]
|
|
:main generate-hooks-index.core)
|
|
|