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 37637a6 commit 541561a
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 @@ -26,7 +26,7 @@
:validate-pom true
:pom {:description "A Clojure tools.build task library related to dependency licenses."
:url "https://github.com/pmonks/tools-licenses"
: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+tools-licenses@gmail.com"}]
:scm {:url "https://github.com/pmonks/tools-licenses" :connection "scm:git:git://github.com/pmonks/tools-licenses.git" :developer-connection "scm:git:ssh://git@github.com/pmonks/tools-licenses.git"}
:issue-management {:system "github" :url "https://github.com/pmonks/tools-licenses/issues"}}))

0 comments on commit 541561a

Please sign in to comment.