Skip to content

Commit c75abd7

Browse files
committed
add email address
1 parent 214b7d5 commit c75abd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppet.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
OpenVox is a community implementation of Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, performs administrative tasks
1212
(such as adding users, installing packages, and updating server configurations) based on a centralized specification.
1313
EOF
14-
spec.email = "pmc@voxpupuli.org."
14+
spec.email = "openvox@voxpupuli.org."
1515
spec.executables = ["puppet"]
1616
spec.files = Dir['[A-Z]*'] + Dir['install.rb'] + Dir['bin/*'] + Dir['lib/**/*'] + Dir['conf/*'] + Dir['man/**/*'] + Dir['tasks/*'] + Dir['locales/**/*'] + Dir['ext/**/*'] + Dir['examples/**/*']
1717
spec.license = "Apache-2.0"

0 commit comments

Comments
 (0)