Skip to content

Commit a75d2da

Browse files
committed
(CAT-1248) Update Published Name and Owner
Gem is to be re-published under the name `puppetlabs-puppet-lint` in order to fully move it under the ownership of `Puppet`. Author is not being touched.
1 parent dcff4a1 commit a75d2da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

puppet-lint.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $LOAD_PATH.push(File.expand_path('lib', __dir__))
22
require 'puppet-lint/version'
33

44
Gem::Specification.new do |spec|
5-
spec.name = 'puppet-lint'
5+
spec.name = 'puppetlabs-puppet-lint'
66
spec.version = PuppetLint::VERSION.dup
77
spec.homepage = 'https://github.com/puppetlabs/puppet-lint/'
88
spec.summary = 'Ensure your Puppet manifests conform with the Puppetlabs style guide'
@@ -29,7 +29,6 @@ Gem::Specification.new do |spec|
2929
'Community Contributors',
3030
]
3131
spec.email = [
32-
'tim@sharpe.id.au',
3332
'modules-team@puppet.com',
3433
]
3534
spec.license = 'MIT'

0 commit comments

Comments
 (0)