diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-01-27 10:30:00 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-27 10:30:00 +0100 |
commit | 48dfcc2a37f56a17f21770334c7e3127f4bb3a4c (patch) | |
tree | 2372b2f2257746703918b3480380bbb974b7b2ca /app-misc | |
parent | app-editors/xmlcopyeditor: use https (diff) | |
download | gentoo-48dfcc2a37f56a17f21770334c7e3127f4bb3a4c.tar.gz gentoo-48dfcc2a37f56a17f21770334c7e3127f4bb3a4c.tar.bz2 gentoo-48dfcc2a37f56a17f21770334c7e3127f4bb3a4c.zip |
app-misc/hexcompare: use https
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/hexcompare/hexcompare-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/hexcompare/hexcompare-1.0.4.ebuild b/app-misc/hexcompare/hexcompare-1.0.4.ebuild index 597e96bc2ffb..a547b4d7c546 100644 --- a/app-misc/hexcompare/hexcompare-1.0.4.ebuild +++ b/app-misc/hexcompare/hexcompare-1.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="ncurses-based visual comparison of binary files" -HOMEPAGE="http://hexcompare.sourceforge.net/" +HOMEPAGE="https://sourceforge.net/projects/hexcompare/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3" |