commit: 2f7ce98a0b71ad3d7c13f6b525f68bce75562ae7
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Jul 2 09:06:11 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Jul 3 22:02:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f7ce98a
media-gfx/fondu: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
media-gfx/fondu/fondu-20060102-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-gfx/fondu/fondu-20060102-r1.ebuild
b/media-gfx/fondu/fondu-20060102-r1.ebuild
index fd4359d3d3cd..7e6ae8377c86 100644
--- a/media-gfx/fondu/fondu-20060102-r1.ebuild
+++ b/media-gfx/fondu/fondu-20060102-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 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
MY_PV=${PV:2:6}
DESCRIPTION="Utilities for converting between and manipulating mac fonts and
unix fonts"
-HOMEPAGE="http://fondu.sourceforge.net/"
-SRC_URI="http://fondu.sourceforge.net/${PN}_src-${MY_PV}.tgz"
+HOMEPAGE="https://fondu.sourceforge.net/"
+SRC_URI="https://fondu.sourceforge.net/${PN}_src-${MY_PV}.tgz"
S="${WORKDIR}"/${PN}-${MY_PV}
LICENSE="BSD"