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 b0bcd06 commit f3789f4
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 @@ -28,7 +28,7 @@
:validate-pom true
:pom {:description "A Discord bot that delivers football (soccer) information to Discord."
:url "https://github.com/pmonks/futbot"
: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/futbot" :connection "scm:git:git://github.com/pmonks/futbot.git" :developer-connection "scm:git:ssh://[email protected]/pmonks/futbot.git"}
:issue-management {:system "github" :url "https://github.com/pmonks/futbot/issues"}}))

0 comments on commit f3789f4

Please sign in to comment.