summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-08-16 18:48:55 +0200
committerJoonas Niilola <juippis@gentoo.org>2022-08-31 11:15:25 +0300
commitbf41f6d81ff760f94a7769b323fe0d54b82a5b31 (patch)
treed7aa56a86e73a4d01508454632eb0d392d2a8dfd
parentmedia-gfx/mscgen: update HOMEPAGE, fix LICENSE (diff)
downloadgentoo-bf41f6d8.tar.gz
gentoo-bf41f6d8.tar.bz2
gentoo-bf41f6d8.zip
media-gfx/svg2rlg: update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.12 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild b/media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild
index 54e19aeeca83..0c86b5cb4198 100644
--- a/media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild
+++ b/media-gfx/svg2rlg/svg2rlg-0.4.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
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Converts SVG files to PDFs or reportlab graphics"
-HOMEPAGE="https://github.com/sarnold/svg2rlg https://pypi.python.org/pypi/svg2rlg/"
+HOMEPAGE="https://github.com/sarnold/svg2rlg https://pypi.org/project/svg2rlg/"
if [[ ${PV} = 9999* ]]; then
EGIT_REPO_URI="https://github.com/sarnold/svg2rlg.git"