From 47bc72a0c4b0909c22302abed11091178f86639b Mon Sep 17 00:00:00 2001 From: Kouhei Sutou Date: Sun, 28 Dec 2014 13:15:30 +0900 Subject: Update the repository URL It's not moved yet but it will be done soon. --- tasks/gem.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] -- cgit v1.2.1