Skip to content

Commit

Permalink
Clarify Gemspec license as GPL-3.0-or-later
Browse files Browse the repository at this point in the history
  • Loading branch information
creideiki committed Dec 27, 2023
1 parent 623c440 commit e6785fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fimfic2pdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
'ao32book', 'ao32novel']
s.extra_rdoc_files = ['COPYING', 'README.md']
s.homepage = 'https://github.com/creideiki/fimfic2pdf/'
s.licenses = ['GPL-3.0']
s.licenses = ['GPL-3.0-or-later']
s.summary = 'Formats FiMFiction and AO3 stories as PDF.'

s.metadata = {
Expand Down

0 comments on commit e6785fb

Please sign in to comment.