Skip to content

Commit 392bff1

Browse files
authored
Merge pull request #223 from ekohl/fix-homepage-in-gemspec
Correct homepage in gemspec
2 parents 71c5181 + b40f0d1 commit 392bff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openvox.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
2424
spec.executables = ["puppet"]
2525
spec.files = Dir['[A-Z]*'] + Dir['install.rb'] + Dir['bin/*'] + Dir['lib/**/*'] + Dir['conf/*'] + Dir['man/**/*'] + Dir['tasks/*'] + Dir['locales/**/*'] + Dir['ext/**/*'] + Dir['examples/**/*']
2626
spec.license = "Apache-2.0"
27-
spec.homepage = "https://github.com/OpenVoxProject/puppet"
27+
spec.homepage = "https://github.com/OpenVoxProject/openvox"
2828
spec.rdoc_options = ["--title", "OpenVox - Configuration Management", "--main", "README", "--line-numbers"]
2929
spec.require_paths = ["lib"]
3030
spec.summary = "OpenVox, a community implementation of Puppet -- an automated configuration management tool"

0 commit comments

Comments
 (0)