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/pixels2pgf-0.1.ebuild | |
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/pixels2pgf-0.1.ebuild')
-rw-r--r-- | media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |