summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tasks/gem.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/gem.rake b/tasks/gem.rake
index a9917d5..5b1104b 100644
--- a/tasks/gem.rake
+++ b/tasks/gem.rake
@@ -38,7 +38,7 @@ GEM_SPEC = Gem::Specification.new do |s|
s.extra_rdoc_files = %w(README.rdoc LICENSE.txt History.txt)
# project information
- s.homepage = 'http://github.com/luislavena/rake-compiler'
+ s.homepage = 'https://github.com/rake-compiler/rake-compiler'
s.rubyforge_project = 'rake-compiler'
s.licenses = ['MIT']