diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-07-04 09:14:20 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-07-20 12:01:18 +0300 |
commit | 62274aeccc2acdae304c908b584d7f85befac51d (patch) | |
tree | fea8d4bca63a46974c2ead04337764a65521db66 /dev-ml | |
parent | dev-lua/mpack: update github link (diff) | |
download | gentoo-62274aeccc2acdae304c908b584d7f85befac51d.tar.gz gentoo-62274aeccc2acdae304c908b584d7f85befac51d.tar.bz2 gentoo-62274aeccc2acdae304c908b584d7f85befac51d.zip |
dev-ml/camlp4: update github link
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camlp4/camlp4-4.04_p1.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/camlp4/camlp4-4.05_p1.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/camlp4/camlp4-4.08_p1.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/camlp4/metadata.xml | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/dev-ml/camlp4/camlp4-4.04_p1.ebuild b/dev-ml/camlp4/camlp4-4.04_p1.ebuild index af8352a49da7..bb89a08912a8 100644 --- a/dev-ml/camlp4/camlp4-4.04_p1.ebuild +++ b/dev-ml/camlp4/camlp4-4.04_p1.ebuild @@ -7,8 +7,8 @@ MY_PV=${PV/_p/+} MY_P=${PN}-${MY_PV} DESCRIPTION="System for writing extensible parsers for programming languages" -HOMEPAGE="https://github.com/ocaml/camlp4" -SRC_URI="https://github.com/ocaml/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/camlp4/camlp4" +SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" diff --git a/dev-ml/camlp4/camlp4-4.05_p1.ebuild b/dev-ml/camlp4/camlp4-4.05_p1.ebuild index c7ad55154b10..232dd749ff9a 100644 --- a/dev-ml/camlp4/camlp4-4.05_p1.ebuild +++ b/dev-ml/camlp4/camlp4-4.05_p1.ebuild @@ -7,8 +7,8 @@ MY_PV=${PV/_p/+} MY_P=${PN}-${MY_PV} DESCRIPTION="System for writing extensible parsers for programming languages" -HOMEPAGE="https://github.com/ocaml/camlp4" -SRC_URI="https://github.com/ocaml/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/camlp4/camlp4" +SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" diff --git a/dev-ml/camlp4/camlp4-4.08_p1.ebuild b/dev-ml/camlp4/camlp4-4.08_p1.ebuild index 731b5432fd93..4607c05c4255 100644 --- a/dev-ml/camlp4/camlp4-4.08_p1.ebuild +++ b/dev-ml/camlp4/camlp4-4.08_p1.ebuild @@ -7,8 +7,8 @@ MY_PV=${PV/_p/+} MY_P=${PN}-${MY_PV} DESCRIPTION="System for writing extensible parsers for programming languages" -HOMEPAGE="https://github.com/ocaml/camlp4" -SRC_URI="https://github.com/ocaml/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/camlp4/camlp4" +SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2-with-linking-exception" SLOT="0/${PV}" diff --git a/dev-ml/camlp4/metadata.xml b/dev-ml/camlp4/metadata.xml index 84b75ed6cfb0..33d51779cb3d 100644 --- a/dev-ml/camlp4/metadata.xml +++ b/dev-ml/camlp4/metadata.xml @@ -3,6 +3,6 @@ <pkgmetadata> <!-- maintainer-needed --> <upstream> - <remote-id type="github">ocaml/camlp4</remote-id> + <remote-id type="github">camlp4/camlp4</remote-id> </upstream> </pkgmetadata> |