diff options
-rw-r--r-- | dev-ruby/httparty/httparty-0.21.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/httparty/httparty-0.21.0.ebuild b/dev-ruby/httparty/httparty-0.21.0.ebuild index 2abec03edc73..df40dbd3e058 100644 --- a/dev-ruby/httparty/httparty-0.21.0.ebuild +++ b/dev-ruby/httparty/httparty-0.21.0.ebuild @@ -15,7 +15,7 @@ RUBY_FAKEGEM_GEMSPEC="httparty.gemspec" inherit ruby-fakegem DESCRIPTION="Makes http fun! Also, makes consuming restful web services dead easy" -HOMEPAGE="https://jnunemaker.github.com/httparty" +HOMEPAGE="https://www.johnnunemaker.com/httparty/" SRC_URI="https://github.com/jnunemaker/httparty/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" |