From 2c6cfca208f58055fc57426deca1a6f2bfc8fd88 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 2 Apr 2025 03:39:12 +0100 Subject: [PATCH] x11-misc/xautolock: HTTPSify Signed-off-by: Sam James --- 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 caed08b01a485..a82b2e5e4e2ed 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"