diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-08-10 19:52:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-08-10 20:38:48 +0200 |
commit | eb7a8b57e04d79d0f0637dcf62c37f979c769192 (patch) | |
tree | 72be4c0f63ec8d5ecd744fa03c7fd883ee1e4b15 /dev-ml | |
parent | dev-ml/ocaml-ctypes: Fix installing ctypes-foreign library (diff) | |
download | gentoo-eb7a8b57e04d79d0f0637dcf62c37f979c769192.tar.gz gentoo-eb7a8b57e04d79d0f0637dcf62c37f979c769192.tar.bz2 gentoo-eb7a8b57e04d79d0f0637dcf62c37f979c769192.zip |
dev-ml/ocaml-ctypes: Update the homepage
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/32248
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-ctypes/metadata.xml | 2 | ||||
-rw-r--r-- | dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/ocaml-ctypes/metadata.xml b/dev-ml/ocaml-ctypes/metadata.xml index 78f14406d028..dc205e1bb46a 100644 --- a/dev-ml/ocaml-ctypes/metadata.xml +++ b/dev-ml/ocaml-ctypes/metadata.xml @@ -10,6 +10,6 @@ <name>Mark Wright</name> </maintainer> <upstream> - <remote-id type="github">ocamllabs/ocaml-ctypes</remote-id> + <remote-id type="github">yallop/ocaml-ctypes</remote-id> </upstream> </pkgmetadata> diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r2.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r2.ebuild index 054858366548..c837e0b3461e 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r2.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r2.ebuild @@ -7,8 +7,8 @@ DUNE_PKG_NAME=ctypes inherit dune DESCRIPTION="Library for binding to C libraries using pure OCaml" -HOMEPAGE="https://github.com/ocamllabs/ocaml-ctypes/" -SRC_URI="https://github.com/ocamllabs/ocaml-ctypes/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/yallop/ocaml-ctypes/" +SRC_URI="https://github.com/yallop/ocaml-ctypes/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" |