Skip to content

Commit 1beda45

Browse files
committed
fix the homepage in the gemspec
1 parent addc8ef commit 1beda45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wizarddev-heroku.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010
spec.email = ['francis@wizarddevelopment.com']
1111
spec.summary = %q{Deploys rails apps to heroku}
1212
# spec.description = %q{TODO: Write a longer description. Optional.}
13-
spec.homepage = 'https://www.wizarddevelopment.com'
13+
spec.homepage = 'https://github.com/wizarddevelopment/wizarddev-heroku'
1414
spec.license = 'MIT'
1515

1616
spec.files = `git ls-files -z`.split("\x0")

0 commit comments

Comments
 (0)