diff --git a/project.clj b/project.clj index 9f0cde3..df034e3 100644 --- a/project.clj +++ b/project.clj @@ -1,11 +1,15 @@ (defproject dda/cryogen-bootstrap "0.1.0-SNAPSHOT" :description "bootstrap theme for cryogen" - :license {:name "Apache2.0"} + :url "https://domaindrivenarchitecture.org" + :license {:name "Apache License, Version 2.0" + :url "https://www.apache.org/licenses/LICENSE-2.0.html"} :dependencies [[org.clojure/clojure "1.9.0"] [ring/ring-devel "1.7.1"] [compojure "1.6.1"] [ring-server "0.5.0"] [dda/cryogen-core "0.1.53"] [dda/cryogen-markdown "0.1.6"]] - :repositories [["clojars" :clojars]] - :deploy-repositories [["clojars" :clojars]]) + :repositories [["snapshots" :clojars] + ["releases" :clojars]] + :deploy-repositories [["snapshots" :clojars] + ["releases" :clojars]])