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 4a67bad commit 71ca7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbr.clj
Expand Up @@ -27,7 +27,7 @@
:validate-pom true
:pom {:description "Peter's Build Resources for Clojure tools.build projects."
:url "https://github.com/pmonks/pbr"
: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+pbr@gmail.com"}]
:scm {:url "https://github.com/pmonks/pbr"
:connection "scm:git:git://github.com/pmonks/pbr.git"
Expand Down

0 comments on commit 71ca7f3

Please sign in to comment.