Skip to content

Commit

Permalink
Merge pull request #9 from sanemat/fix/gem-homepage
Browse files Browse the repository at this point in the history
Fix gem homepage url
  • Loading branch information
r7kamura committed May 4, 2013
2 parents 5fd107b + 3fee0ed commit 5646e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed_searcher.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.email = ["r7kamura@gmail.com"]
spec.description = "FeedSearcher searches RSS feed URLs from the given URL."
spec.summary = "Search RSS feed URLs from the given URL"
spec.homepage = "https://github.com/r7kamura/feed_searcher"
spec.homepage = "https://github.com/fastladder/feed_searcher"
spec.license = "MIT"

spec.files = `git ls-files`.split($/)
Expand Down

0 comments on commit 5646e54

Please sign in to comment.