Skip to content

Commit d32a815

Browse files
committed
gemspec: fix license
1 parent 35aa39a commit d32a815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppet-lint-strict_indent-check.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Gem::Specification.new do |spec|
22
spec.name = 'puppet-lint-strict_indent-check'
33
spec.version = '2.1.0'
44
spec.homepage = 'https://github.com/voxpupuli/puppet-lint-strict_indent-check'
5-
spec.license = 'Mozilla 2.0'
5+
spec.license = 'MPL-2.0'
66
spec.author = 'Vox Pupuli'
77
spec.email = '[email protected]'
88
spec.files = Dir[

0 commit comments

Comments
 (0)