diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-04 11:56:38 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-06-11 11:22:25 +0300 |
commit | 636d64f5444025d356859d773f5d1dd3715fa189 (patch) | |
tree | b7ad9db19d5ec91c6bb1eadcbd6a170e0549ec5a /app-admin/chroot_safe | |
parent | dev-libs/libbytesize: remove unused patch (diff) | |
download | gentoo-636d64f5444025d356859d773f5d1dd3715fa189.tar.gz gentoo-636d64f5444025d356859d773f5d1dd3715fa189.tar.bz2 gentoo-636d64f5444025d356859d773f5d1dd3715fa189.zip |
app-admin/chroot_safe: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-admin/chroot_safe')
-rw-r--r-- | app-admin/chroot_safe/chroot_safe-1.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/chroot_safe/chroot_safe-1.4-r1.ebuild b/app-admin/chroot_safe/chroot_safe-1.4-r1.ebuild index 3bd3f207dfdb..a2b83781f3df 100644 --- a/app-admin/chroot_safe/chroot_safe-1.4-r1.ebuild +++ b/app-admin/chroot_safe/chroot_safe-1.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Chroot any dynamically linked application in a safe and sane manner" -HOMEPAGE="http://chrootsafe.sourceforge.net/" +HOMEPAGE="https://chrootsafe.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN//_}/${P}.tgz" LICENSE="MIT" |