diff options
author | 2023-07-02 10:53:38 +0200 | |
---|---|---|
committer | 2023-07-04 00:02:28 +0200 | |
commit | 81fdc29cccca6b1d2e242fedc9be5d637e99a2f4 (patch) | |
tree | fb52ac3f0681f4973a38226e650222d09eca7d41 /media-fonts/monafont | |
parent | media-fonts/lklug: use HTTPS (diff) | |
download | gentoo-81fdc29cccca6b1d2e242fedc9be5d637e99a2f4.tar.gz gentoo-81fdc29cccca6b1d2e242fedc9be5d637e99a2f4.tar.bz2 gentoo-81fdc29cccca6b1d2e242fedc9be5d637e99a2f4.zip |
media-fonts/monafont: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-fonts/monafont')
-rw-r--r-- | media-fonts/monafont/monafont-2.90-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-fonts/monafont/monafont-2.90-r2.ebuild b/media-fonts/monafont/monafont-2.90-r2.ebuild index 413f643c582a..f2b92ad6bc6a 100644 --- a/media-fonts/monafont/monafont-2.90-r2.ebuild +++ b/media-fonts/monafont/monafont-2.90-r2.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 @@ -7,7 +7,7 @@ MY_P="${P/_/}" inherit font DESCRIPTION="Japanese bitmap and TrueType fonts suitable for browsing 2ch" -HOMEPAGE="http://monafont.sourceforge.net/" +HOMEPAGE="https://monafont.sourceforge.net/" SRC_URI=" mirror://sourceforge/${PN}/${MY_P}.tar.bz2 truetype? ( mirror://sourceforge/${PN}/${PN}-ttf-${PV}.zip )" |