diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2024-03-08 15:33:21 +0100 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2024-03-08 15:33:21 +0100 |
commit | 2aae6350efa7c1534daa237e6b01701dfaa39831 (patch) | |
tree | 76a3b5e4553b7d3cf52437cde8197a10f190636f /sys-fs/fatsort | |
parent | media-video/ttcut: update HOMEPAGE (diff) | |
download | gentoo-2aae6350efa7c1534daa237e6b01701dfaa39831.tar.gz gentoo-2aae6350efa7c1534daa237e6b01701dfaa39831.tar.bz2 gentoo-2aae6350efa7c1534daa237e6b01701dfaa39831.zip |
sys-fs/fatsort: update HOMEPAGE
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
Diffstat (limited to 'sys-fs/fatsort')
-rw-r--r-- | sys-fs/fatsort/fatsort-1.6.5.640.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/fatsort/fatsort-1.6.5.640.ebuild b/sys-fs/fatsort/fatsort-1.6.5.640.ebuild index b2bd2fa0b94f..44138ec302ac 100644 --- a/sys-fs/fatsort/fatsort-1.6.5.640.ebuild +++ b/sys-fs/fatsort/fatsort-1.6.5.640.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="Sorts files on FAT16/32 partitions, ideal for basic audio players" -HOMEPAGE="http://fatsort.sourceforge.net/" +HOMEPAGE="https://fatsort.sourceforge.io/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="GPL-2" |