diff options
author | Martin Väth <martin@mvath.de> | 2024-06-03 07:30:26 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2024-06-03 07:36:20 +0200 |
commit | bef5d18bbd57e801c74d62fd2890298b0fcb3fe6 (patch) | |
tree | 944c004e60d5897d2927dc8d9cd01c3f995d4988 /sys-kernel | |
parent | gui-apps/wcm: Remove, as 0.8.0 is now in the main gentoo repository (diff) | |
download | mv-bef5d18bbd57e801c74d62fd2890298b0fcb3fe6.tar.gz mv-bef5d18bbd57e801c74d62fd2890298b0fcb3fe6.tar.bz2 mv-bef5d18bbd57e801c74d62fd2890298b0fcb3fe6.zip |
app-shells/schily-tools, sys-kernel/cfcfg: update SRC_URI
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/cfcfg/cfcfg-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/cfcfg/cfcfg-1.0.ebuild b/sys-kernel/cfcfg/cfcfg-1.0.ebuild index fa18dd62..4a8590f5 100644 --- a/sys-kernel/cfcfg/cfcfg-1.0.ebuild +++ b/sys-kernel/cfcfg/cfcfg-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Martin V\"ath +# Copyright 2023-2024 Martin V\"ath # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ RESTRICT="mirror" DESCRIPTION="Yet another Linux kernel configuration comparator" HOMEPAGE="https://sourceforge.net/projects/cfcfg/" -SRC_URI="mirror://sourceforge/project/cfcfg/${P}.tgz -> ${P}.tar" +SRC_URI="https://sourceforge.net/projects/cfcfg/files/${P}.tgz -> ${P}.tar" S="${WORKDIR}/cfcfg.git" LICENSE="GPL-3+" |