From b6235172064d745f33cec0259734f9f55b93f440 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 15 Oct 2022 14:55:38 +0100 Subject: dev-ruby/shoulda: fix ObsoleteUri Signed-off-by: Sam James --- dev-ruby/shoulda/shoulda-2.11.3-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-ruby/shoulda') 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" -- cgit v1.2.3-65-gdbad