diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-05 09:19:40 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:53:14 +0200 |
commit | c7f348e512f7253d9c65b0db80a19fa655a2f96d (patch) | |
tree | 189f2c2e251853725ca932a38cc6d4ef49b42915 /dev-tex | |
parent | dev-tex/bibtexu: use HTTPS (diff) | |
download | gentoo-c7f348e512f7253d9c65b0db80a19fa655a2f96d.tar.gz gentoo-c7f348e512f7253d9c65b0db80a19fa655a2f96d.tar.bz2 gentoo-c7f348e512f7253d9c65b0db80a19fa655a2f96d.zip |
dev-tex/catdvi: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/catdvi/catdvi-0.14-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tex/catdvi/catdvi-0.14-r2.ebuild b/dev-tex/catdvi/catdvi-0.14-r2.ebuild index 1f4af1e9e185..ef4dff359dcd 100644 --- a/dev-tex/catdvi/catdvi-0.14-r2.ebuild +++ b/dev-tex/catdvi/catdvi-0.14-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 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 autotools toolchain-funcs flag-o-matic DESCRIPTION="DVI to plain text translator" -HOMEPAGE="http://catdvi.sourceforge.net" +HOMEPAGE="https://catdvi.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2+" |