Skip to content

Commit 7749585

Browse files
committed
gemspec: fix license and extra print
Signed-off-by: Nicolas Morey <[email protected]>
1 parent ffd8d73 commit 7749585

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

damage.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ Gem::Specification.new do |s|
1111
"COPYING",
1212
"README.md",
1313
] + Dir['lib/**/*.rb'].keep_if { |file| File.file?(file) }
14-
p s.files
1514
s.homepage =
1615
'https://github.com/nmorey/git-maintain'
17-
s.license = 'GPL-3.0-or-later'
16+
s.license = 'GPL-2.0-or-later'
1817
end

0 commit comments

Comments
 (0)