Skip to content

Commit

Permalink
🎨 Use SPDX license identifier in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pmonks committed Dec 22, 2023
1 parent a6207d0 commit 3c26e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbr.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}))

0 comments on commit 3c26e30

Please sign in to comment.