commit: 1ed3e34b71efdc991666baa7d64c39e277da6629 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun May 5 16:58:32 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun May 5 18:56:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed3e34b
app-misc/wipe: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36574 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-misc/wipe/wipe-2.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/wipe/wipe-2.3.1.ebuild b/app-misc/wipe/wipe-2.3.1.ebuild index b31d08e900eb..83ac962525c0 100644 --- a/app-misc/wipe/wipe-2.3.1.ebuild +++ b/app-misc/wipe/wipe-2.3.1.ebuild @@ -6,10 +6,10 @@ EAPI=7 inherit autotools DESCRIPTION="Secure file wiping utility based on Peter Gutman's patterns" -HOMEPAGE="http://wipe.sourceforge.net/" +HOMEPAGE="https://wipe.sourceforge.net/" SRC_URI="https://downloads.sourceforge.net/wipe/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc ~ppc64 x86"
