diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-02 11:06:50 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-04 00:02:29 +0200 |
commit | d2494a192a1ff7f9b16a059ac7586cabfe135d36 (patch) | |
tree | 9409eca4531025b74bbc3c0f11c50c88c38b2f10 /media-gfx/potrace | |
parent | media-gfx/fondu: use HTTPS (diff) | |
download | gentoo-d2494a192a1ff7f9b16a059ac7586cabfe135d36.tar.gz gentoo-d2494a192a1ff7f9b16a059ac7586cabfe135d36.tar.bz2 gentoo-d2494a192a1ff7f9b16a059ac7586cabfe135d36.zip |
media-gfx/potrace: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31706
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-gfx/potrace')
-rw-r--r-- | media-gfx/potrace/potrace-1.16.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/potrace/potrace-1.16.ebuild b/media-gfx/potrace/potrace-1.16.ebuild index 605abc238e7e..1b72c4102fc8 100644 --- a/media-gfx/potrace/potrace-1.16.ebuild +++ b/media-gfx/potrace/potrace-1.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Transforming bitmaps into vector graphics" -HOMEPAGE="http://potrace.sourceforge.net/" -SRC_URI="http://potrace.sourceforge.net/download/${PV}/${P}.tar.gz" +HOMEPAGE="https://potrace.sourceforge.net/" +SRC_URI="https://potrace.sourceforge.net/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |