app-crypt/scrypt: HTTPSify

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-01-25 03:49:34 +00:00
parent 02869d4aa2
commit 49600fcfab

View File

@@ -1,11 +1,11 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A simple password-based encryption utility using scrypt key derivation function"
HOMEPAGE="http://www.tarsnap.com/scrypt.html"
SRC_URI="http://www.tarsnap.com/scrypt/${P}.tgz"
HOMEPAGE="https://www.tarsnap.com/scrypt.html"
SRC_URI="https://www.tarsnap.com/scrypt/${P}.tgz"
LICENSE="BSD-2"
SLOT="0"