diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-17 10:47:40 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-25 22:50:56 +0200 |
commit | 188ec327f4ee185e3fa4a73238560a546d92836b (patch) | |
tree | 6650042fcd6a7496997d38e563899d7072717a6c /media-gfx/pixels2pgf | |
parent | dev-util/squashmerge: update HOMEPAGE (diff) | |
download | gentoo-188ec327f4ee185e3fa4a73238560a546d92836b.tar.gz gentoo-188ec327f4ee185e3fa4a73238560a546d92836b.tar.bz2 gentoo-188ec327f4ee185e3fa4a73238560a546d92836b.zip |
media-gfx/pixels2pgf: update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-gfx/pixels2pgf')
-rw-r--r-- | media-gfx/pixels2pgf/metadata.xml | 4 | ||||
-rw-r--r-- | media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/pixels2pgf/pixels2pgf-9999.ebuild | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/media-gfx/pixels2pgf/metadata.xml b/media-gfx/pixels2pgf/metadata.xml index 97a0b6f7b2e3..66ab7832e135 100644 --- a/media-gfx/pixels2pgf/metadata.xml +++ b/media-gfx/pixels2pgf/metadata.xml @@ -10,7 +10,7 @@ <email>mgorny@gentoo.org</email> <name>Michał Górny</name> </maintainer> - <bugs-to>https://github.com/mgorny/pixels2pgf/issues/</bugs-to> - <remote-id type="github">mgorny/pixels2pgf</remote-id> + <bugs-to>https://github.com/projg2/pixels2pgf/issues/</bugs-to> + <remote-id type="github">projg2/pixels2pgf</remote-id> </upstream> </pkgmetadata> diff --git a/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild b/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild index c69380b1d9b4..6969a8a7acf3 100644 --- a/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild +++ b/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles" -HOMEPAGE="https://github.com/mgorny/pixels2pgf/" -SRC_URI="https://github.com/mgorny/pixels2pgf/releases/download/${P}/${P}.tar.bz2" +HOMEPAGE="https://github.com/projg2/pixels2pgf/" +SRC_URI="https://github.com/projg2/pixels2pgf/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild index 765618b50660..ae8db1f90a5d 100644 --- a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild +++ b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" +EGIT_REPO_URI="https://github.com/projg2/${PN}.git" inherit autotools git-r3 DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles" -HOMEPAGE="https://github.com/mgorny/pixels2pgf/" +HOMEPAGE="https://github.com/projg2/pixels2pgf/" SRC_URI="" LICENSE="BSD" |