diff --git a/pbr.clj b/pbr.clj index 422a9d5..2958c6e 100644 --- a/pbr.clj +++ b/pbr.clj @@ -30,7 +30,7 @@ :validate-pom true :pom {:description "Simple ANSI text progress indicators for command line Clojure apps." :url "https://github.com/pmonks/spinner" - :licenses [:license {:name "Apache License 2.0" :url "http://www.apache.org/licenses/LICENSE-2.0.html"}] + :licenses [:license {:name "Apache-2.0" :url "http://www.apache.org/licenses/LICENSE-2.0.html"}] :developers [:developer {:id "pmonks" :name "Peter Monks" :email "pmonks+spinner@gmail.com"}] :scm {:url "https://github.com/pmonks/spinner" :connection "scm:git:git://github.com/pmonks/spinner.git" :developer-connection "scm:git:ssh://git@github.com/pmonks/spinner.git"} :issue-management {:system "github" :url "https://github.com/pmonks/spinner/issues"}}))