summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-07-05 08:51:53 +0200
committerConrad Kostecki <conikost@gentoo.org>2023-07-07 23:53:12 +0200
commit7d41b20590291d707f6a50f84844b851a8056530 (patch)
tree05d5623245e24e77c9ac9198838322b76c41b2a2 /app-text
parentapp-text/djvu: use HTTPS, fix LICENSE, fix UnusedInherits (diff)
downloadgentoo-7d41b20590291d707f6a50f84844b851a8056530.tar.gz
gentoo-7d41b20590291d707f6a50f84844b851a8056530.tar.bz2
gentoo-7d41b20590291d707f6a50f84844b851a8056530.zip
app-text/dvipng: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/dvipng/dvipng-1.17.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/dvipng/dvipng-1.17.ebuild b/app-text/dvipng/dvipng-1.17.ebuild
index ed9b5a39f733..1578564cc1ee 100644
--- a/app-text/dvipng/dvipng-1.17.ebuild
+++ b/app-text/dvipng/dvipng-1.17.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,7 +6,7 @@ EAPI=7
inherit flag-o-matic toolchain-funcs
DESCRIPTION="Translate DVI files into PNG or GIF graphics"
-HOMEPAGE="http://dvipng.sourceforge.net/"
+HOMEPAGE="https://dvipng.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-3+ Texinfo-manual"