summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2023-05-03 08:21:25 +0300
committerJoonas Niilola <juippis@gentoo.org>2023-05-03 08:21:45 +0300
commitf060334e200989bf6d959d7381d9cba754fc73c0 (patch)
tree238e6f4fbf28283c13d41d504d7a10b7fec67952 /dev-util/cbindgen
parentsys-kernel/bliss-initramfs: Enable py3.11 (diff)
downloadgentoo-f060334e200989bf6d959d7381d9cba754fc73c0.tar.gz
gentoo-f060334e200989bf6d959d7381d9cba754fc73c0.tar.bz2
gentoo-f060334e200989bf6d959d7381d9cba754fc73c0.zip
dev-util/cbindgen: update HOMEPAGE
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-util/cbindgen')
-rw-r--r--dev-util/cbindgen/cbindgen-0.24.3.ebuild4
-rw-r--r--dev-util/cbindgen/metadata.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/cbindgen/cbindgen-0.24.3.ebuild b/dev-util/cbindgen/cbindgen-0.24.3.ebuild
index b35333719540..dd15030fc686 100644
--- a/dev-util/cbindgen/cbindgen-0.24.3.ebuild
+++ b/dev-util/cbindgen/cbindgen-0.24.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Auto-Generated by cargo-ebuild 0.5.1
@@ -56,7 +56,7 @@ inherit cargo
DESCRIPTION="A tool for generating C bindings to Rust code"
# Double check the homepage as the cargo_metadata crate
# does not provide this value so instead repository is used
-HOMEPAGE="https://github.com/eqrion/cbindgen/"
+HOMEPAGE="https://github.com/mozilla/cbindgen/"
SRC_URI="$(cargo_crate_uris)
https://github.com/eqrion/cbindgen/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
diff --git a/dev-util/cbindgen/metadata.xml b/dev-util/cbindgen/metadata.xml
index 441536cad728..aeb3cd2cd92b 100644
--- a/dev-util/cbindgen/metadata.xml
+++ b/dev-util/cbindgen/metadata.xml
@@ -6,6 +6,6 @@
<name>Gentoo Mozilla Team</name>
</maintainer>
<upstream>
- <remote-id type="github">eqrion/cbindgen</remote-id>
+ <remote-id type="github">mozilla/cbindgen</remote-id>
</upstream>
</pkgmetadata>