diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-06-09 08:42:38 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-06-24 15:06:12 +0200 |
commit | 8c331949020d8b71d90dfdb8c83206374feba85c (patch) | |
tree | a56b77aca05fdd8e384fdaba17e0d09c5f293ca3 /dev-ml/easy-format | |
parent | sci-calculators/bc-gh: remove old versions (diff) | |
download | gentoo-8c331949020d8b71d90dfdb8c83206374feba85c.tar.gz gentoo-8c331949020d8b71d90dfdb8c83206374feba85c.tar.bz2 gentoo-8c331949020d8b71d90dfdb8c83206374feba85c.zip |
dev-ml/easy-format: update HOMEPAGE
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-ml/easy-format')
-rw-r--r-- | dev-ml/easy-format/easy-format-1.2.0.ebuild | 6 | ||||
-rw-r--r-- | dev-ml/easy-format/metadata.xml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ml/easy-format/easy-format-1.2.0.ebuild b/dev-ml/easy-format/easy-format-1.2.0.ebuild index 8a98e21fa9ab..e52a4ab1772e 100644 --- a/dev-ml/easy-format/easy-format-1.2.0.ebuild +++ b/dev-ml/easy-format/easy-format-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit findlib DESCRIPTION="Pretty-printing library for OCaml" -HOMEPAGE="https://github.com/mjambon/easy-format" -SRC_URI="https://github.com/mjambon/easy-format/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/ocaml-community/easy-format" +SRC_URI="https://github.com/ocaml-community/easy-format/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0/${PV}" LICENSE="BSD" diff --git a/dev-ml/easy-format/metadata.xml b/dev-ml/easy-format/metadata.xml index 3e9b5df74698..1e91a54d3cde 100644 --- a/dev-ml/easy-format/metadata.xml +++ b/dev-ml/easy-format/metadata.xml @@ -3,6 +3,6 @@ <pkgmetadata> <!-- maintainer-needed --> <upstream> - <remote-id type="github">mjambon/easy-format</remote-id> + <remote-id type="github">ocaml-community/easy-format</remote-id> </upstream> </pkgmetadata> |