summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2023-08-25 10:22:07 +0200
committerHans de Graaff <graaff@gentoo.org>2023-08-25 10:23:11 +0200
commita1a45e61457297627f1cb61e1b8901a0951fe834 (patch)
tree8dbe02429aa96b5652b2c852394170791ea282c3 /dev-ruby/marcel
parentdev-ruby/marcel: fix minitest deprecation (diff)
downloadgentoo-a1a45e61457297627f1cb61e1b8901a0951fe834.tar.gz
gentoo-a1a45e61457297627f1cb61e1b8901a0951fe834.tar.bz2
gentoo-a1a45e61457297627f1cb61e1b8901a0951fe834.zip
dev-ruby/marcel: update HOMEPAGE, SRC_URI
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/marcel')
-rw-r--r--dev-ruby/marcel/marcel-1.0.2.ebuild4
-rw-r--r--dev-ruby/marcel/metadata.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/marcel/marcel-1.0.2.ebuild b/dev-ruby/marcel/marcel-1.0.2.ebuild
index 5d9061cf0553..19ad146b8b8e 100644
--- a/dev-ruby/marcel/marcel-1.0.2.ebuild
+++ b/dev-ruby/marcel/marcel-1.0.2.ebuild
@@ -11,8 +11,8 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
inherit ruby-fakegem
DESCRIPTION="Simple mime type detection using magic numbers, filenames, and extensions"
-HOMEPAGE="https://github.com/basecamp/marcel"
-SRC_URI="https://github.com/basecamp/marcel/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/rails/marcel"
+SRC_URI="https://github.com/rails/marcel/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0 MIT"
SLOT="$(ver_cut 1-2)"
diff --git a/dev-ruby/marcel/metadata.xml b/dev-ruby/marcel/metadata.xml
index 1706a7058f4b..491a91b5d488 100644
--- a/dev-ruby/marcel/metadata.xml
+++ b/dev-ruby/marcel/metadata.xml
@@ -6,6 +6,6 @@
<name>Gentoo Ruby Project</name>
</maintainer>
<upstream>
- <remote-id type="github">basecamp/marcel</remote-id>
+ <remote-id type="github">rails/marcel</remote-id>
</upstream>
</pkgmetadata>