Skip to content

Commit cb91c5e

Browse files
committed
Fixes URL now that github changed the github pages domain
More info: https://github.com/blog/1452-new-github-pages-domain-github-io
1 parent cc55bd3 commit cb91c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csscss.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
1010
gem.email = ["zach.moazeni@gmail.com"]
1111
gem.summary = %q{A CSS redundancy analyzer that analyzes redundancy.}
1212
gem.description = %q{csscss will parse any CSS files you give it and let you know which rulesets have duplicated declarations.}
13-
gem.homepage = "http://zmoazeni.github.com/csscss/"
13+
gem.homepage = "http://zmoazeni.github.io/csscss/"
1414

1515
gem.files = `git ls-files`.split($/)
1616
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }

0 commit comments

Comments
 (0)