diff options
author | Sam James <sam@gentoo.org> | 2022-10-15 14:55:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-15 14:55:38 +0100 |
commit | b6235172064d745f33cec0259734f9f55b93f440 (patch) | |
tree | 63ecbe77ef0da35fb14c2900a6b3796c8327afa0 /dev-ruby/shoulda | |
parent | dev-ruby/iobuffer: fix ObsoleteUri (diff) | |
download | gentoo-b6235172064d745f33cec0259734f9f55b93f440.tar.gz gentoo-b6235172064d745f33cec0259734f9f55b93f440.tar.bz2 gentoo-b6235172064d745f33cec0259734f9f55b93f440.zip |
dev-ruby/shoulda: fix ObsoleteUri
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/shoulda')
-rw-r--r-- | dev-ruby/shoulda/shoulda-2.11.3-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/shoulda/shoulda-2.11.3-r3.ebuild b/dev-ruby/shoulda/shoulda-2.11.3-r3.ebuild index 90fee71c155c..6cc8aebcd228 100644 --- a/dev-ruby/shoulda/shoulda-2.11.3-r3.ebuild +++ b/dev-ruby/shoulda/shoulda-2.11.3-r3.ebuild @@ -13,7 +13,7 @@ inherit ruby-fakegem DESCRIPTION="Making tests easy on the fingers and eyes" HOMEPAGE="http://thoughtbot.com/projects/shoulda" -SRC_URI="https://github.com/thoughtbot/${PN}/tarball/v${PV} -> ${P}.tar.gz" +SRC_URI="https://github.com/thoughtbot/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" RUBY_S="thoughtbot-${PN}-*" LICENSE="MIT" |