commit: 2c6cfca208f58055fc57426deca1a6f2bfc8fd88 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 2 02:39:12 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 2 02:39:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c6cfca2
x11-misc/xautolock: HTTPSify Signed-off-by: Sam James <sam <AT> gentoo.org> x11-misc/xautolock/xautolock-2.2_p7.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/xautolock/xautolock-2.2_p7.ebuild b/x11-misc/xautolock/xautolock-2.2_p7.ebuild index caed08b01a48..a82b2e5e4e2e 100644 --- a/x11-misc/xautolock/xautolock-2.2_p7.ebuild +++ b/x11-misc/xautolock/xautolock-2.2_p7.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit toolchain-funcs DESCRIPTION="An automatic X screen-locker/screen-saver" -HOMEPAGE="http://www.ibiblio.org/pub/Linux/X11/screensavers/" +HOMEPAGE="https://www.ibiblio.org/pub/Linux/X11/screensavers/" DEB_REVISION="$(ver_cut 4)" SRC_URI=" - http://www.ibiblio.org/pub/Linux/X11/screensavers/${P/_p*/}.tgz + https://www.ibiblio.org/pub/Linux/X11/screensavers/${P/_p*/}.tgz mirror://debian/pool/main/x/${PN}/${PN}_${PV/_p*/}-${DEB_REVISION}.debian.tar.xz " LICENSE="GPL-2"
