12 lines
567 B
Clojure
12 lines
567 B
Clojure
(defproject com.travisshears/gum-utils "40K"
|
|
:description "A shell wrapper for gum"
|
|
:license {:name "ANTI-CAPITALIST SOFTWARE LICENSE (v 1.4)"
|
|
:url "https://anticapitalist.software/"
|
|
:distribution :repo}
|
|
:url "https://git.travisshears.com/travisshears/gum-utils"
|
|
:dependencies [])
|
|
;; :deploy-repositories [["releases" :clojars]
|
|
;; ["snapshots" :clojars]]
|
|
;; :plugins [[codox "0.8.0"]]
|
|
;; :codox {:src-dir-uri "http://github.com/flatland/useful/blob/develop/"
|
|
;; :src-linenum-anchor-prefix "L"})
|