From 434a288e57b7fb70885f51393c206abe58ca3e8e Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Thu, 8 Jun 2023 11:07:38 +0200 Subject: sys-fs/shake: use HTTPS Signed-off-by: Michael Mair-Keimberger Signed-off-by: Bernard Cafarelli --- sys-fs/shake/shake-1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-fs/shake') diff --git a/sys-fs/shake/shake-1.0.ebuild b/sys-fs/shake/shake-1.0.ebuild index a5e29e329ce2..bf47738b8c16 100644 --- a/sys-fs/shake/shake-1.0.ebuild +++ b/sys-fs/shake/shake-1.0.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=8 @@ -6,7 +6,7 @@ EAPI=8 inherit cmake DESCRIPTION="Defragmenter that runs in userspace while the system is used" -HOMEPAGE="http://vleu.net/shake/" +HOMEPAGE="https://vleu.net/shake/" SRC_URI="https://github.com/unbrice/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" -- cgit v1.2.3-65-gdbad