Skip to content

Commit

Permalink
Update License block in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
halostatue authored Aug 9, 2024
1 parent f7a08c6 commit df7d76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ _spec = Hoe.spec "diff-lcs" do

self.history_file = "History.md"
self.readme_file = "README.rdoc"
self.licenses = ["MIT", "Artistic-2.0", "GPL-2.0-or-later"]
self.licenses = ["MIT", "Artistic-1.0-Perl", "GPL-2.0-or-later"]

spec_extras[:metadata] = ->(val) do
val["rubygems_mfa_required"] = "true"
Expand Down

0 comments on commit df7d76a

Please sign in to comment.