diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-05-05 18:58:32 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-05-05 20:56:07 +0200 |
commit | 1ed3e34b71efdc991666baa7d64c39e277da6629 (patch) | |
tree | 860f650fcfd17b0458a4559a930a61124ba854bf /app-misc | |
parent | app-misc/pfm: use HTTPS (diff) | |
download | gentoo-1ed3e34b71efdc991666baa7d64c39e277da6629.tar.gz gentoo-1ed3e34b71efdc991666baa7d64c39e277da6629.tar.bz2 gentoo-1ed3e34b71efdc991666baa7d64c39e277da6629.zip |
app-misc/wipe: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36574
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/wipe/wipe-2.3.1.ebuild | 4 |
1 files 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" |