diff --git a/app-crypt/scrypt/scrypt-1.3.3.ebuild b/app-crypt/scrypt/scrypt-1.3.3.ebuild index 8be7200825577..20397a5172f38 100644 --- a/app-crypt/scrypt/scrypt-1.3.3.ebuild +++ b/app-crypt/scrypt/scrypt-1.3.3.ebuild @@ -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"