app-admin/chrootuid: update SRC_URI, HOMEPAGE(!) (FTP->HTTP)

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-04-02 03:45:10 +01:00
parent 84fd54050e
commit 0258ce7318
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors # Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="8" EAPI="8"
@ -8,8 +8,8 @@ inherit toolchain-funcs
MY_P="${P/-/}" MY_P="${P/-/}"
DESCRIPTION="Run a network service at low privilege level and restricted file system access" DESCRIPTION="Run a network service at low privilege level and restricted file system access"
HOMEPAGE="ftp://ftp.porcupine.org/pub/security/index.html" HOMEPAGE="http://ftp.porcupine.org/pub/security/index.html"
SRC_URI="ftp://ftp.porcupine.org/pub/security/${MY_P}.tar.gz" SRC_URI="http://ftp.porcupine.org/pub/security/${MY_P}.tar.gz"
LICENSE="BSD" LICENSE="BSD"
SLOT="0" SLOT="0"