diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-02 11:06:11 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-04 00:02:29 +0200 |
commit | 2f7ce98a0b71ad3d7c13f6b525f68bce75562ae7 (patch) | |
tree | ac3d1b24172797da7d5b2b746e58befa58d8b796 /media-gfx | |
parent | media-fonts/urwvn-fonts: use HTTPS (diff) | |
download | gentoo-2f7ce98a0b71ad3d7c13f6b525f68bce75562ae7.tar.gz gentoo-2f7ce98a0b71ad3d7c13f6b525f68bce75562ae7.tar.bz2 gentoo-2f7ce98a0b71ad3d7c13f6b525f68bce75562ae7.zip |
media-gfx/fondu: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/fondu/fondu-20060102-r1.ebuild | 6 |
1 files 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" |