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 f9ad8ae commit 0f73d44
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 "A little Clojure library that provides regex-based file grepping and/or text substitution."
:url "https://github.com/pmonks/multigrep"
: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 "[email protected]"}]
:scm {:url "https://github.com/pmonks/multigrep" :connection "scm:git:git://github.com/pmonks/multigrep.git" :developer-connection "scm:git:ssh://[email protected]/pmonks/multigrep.git"}
:issue-management {:system "github" :url "https://github.com/pmonks/multigrep/issues"}}))

0 comments on commit 0f73d44

Please sign in to comment.