Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Nesbitt <andrewnez@gmail.com>2014-01-14 20:01:00 +0400
committerAndrew Nesbitt <andrewnez@gmail.com>2014-01-14 20:01:00 +0400
commit508748d68e42e9a822a71be68f062d167c0d9909 (patch)
tree24b9c14340957b5e226f7ff59dc89adbf168093c /bootstrap-sass.gemspec
parenteec55116010f0878f84768d85cdd4671d7977945 (diff)
Fixed homepage link in gemspec
Diffstat (limited to 'bootstrap-sass.gemspec')
-rw-r--r--bootstrap-sass.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec
index 8f0aa651..f5b303a0 100644
--- a/bootstrap-sass.gemspec
+++ b/bootstrap-sass.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.authors = ["Thomas McDonald"]
s.email = 'tom@conceptcoding.co.uk'
s.summary = "Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass"
- s.homepage = "http://github.com/thomas-mcdonald/bootstrap-sass"
+ s.homepage = "https://github.com/twbs/bootstrap-sass"
s.license = 'MIT'
s.add_development_dependency 'compass'