diff options
author | Sam James <sam@gentoo.org> | 2023-04-10 23:13:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-10 23:13:16 +0100 |
commit | 5aa192a648b0a0f104f4288e035906622e1ede25 (patch) | |
tree | eb727884e1a15a2636db8eb28921daf907adf005 /dev-ruby/httparty | |
parent | dev-ruby/hashery: update *.github.com HOMEPAGEs (diff) | |
download | gentoo-5aa192a648b0a0f104f4288e035906622e1ede25.tar.gz gentoo-5aa192a648b0a0f104f4288e035906622e1ede25.tar.bz2 gentoo-5aa192a648b0a0f104f4288e035906622e1ede25.zip |
dev-ruby/httparty: update *.github.com HOMEPAGEs
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/httparty')
-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" |