diff options
author | 2023-07-05 08:51:53 +0200 | |
---|---|---|
committer | 2023-07-07 23:53:12 +0200 | |
commit | 7d41b20590291d707f6a50f84844b851a8056530 (patch) | |
tree | 05d5623245e24e77c9ac9198838322b76c41b2a2 /app-text/dvipng | |
parent | app-text/djvu: use HTTPS, fix LICENSE, fix UnusedInherits (diff) | |
download | gentoo-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/dvipng')
-rw-r--r-- | app-text/dvipng/dvipng-1.17.ebuild | 4 |
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" |