summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKouhei Sutou <kou@clear-code.com>2014-12-28 13:15:30 +0900
committerKouhei Sutou <kou@clear-code.com>2014-12-28 13:15:30 +0900
commit47bc72a0c4b0909c22302abed11091178f86639b (patch)
tree5d51fc587d37225b3521be73042a738ae2bf744a
parent4ccb13effa9c0403fdc479a39b079d49d27a0eac (diff)
downloadrake-compiler-47bc72a0c4b0909c22302abed11091178f86639b.tar.gz
Update the repository URL
It's not moved yet but it will be done soon.
-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']