diff options
author | Sam James <sam@gentoo.org> | 2023-04-10 23:13:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-10 23:13:34 +0100 |
commit | 6d627566a6f4d164f280724b4d86b24a623a1035 (patch) | |
tree | 8d635f7ceb832dd24802b5961b97607d4525dde7 /sys-fs/mp3fs | |
parent | sys-apps/udevil: update *.github.com HOMEPAGEs (diff) | |
download | gentoo-6d627566a6f4d164f280724b4d86b24a623a1035.tar.gz gentoo-6d627566a6f4d164f280724b4d86b24a623a1035.tar.bz2 gentoo-6d627566a6f4d164f280724b4d86b24a623a1035.zip |
sys-fs/mp3fs: update *.github.com HOMEPAGEs
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/mp3fs')
-rw-r--r-- | sys-fs/mp3fs/mp3fs-1.1.1-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/mp3fs/mp3fs-1.1.1-r4.ebuild b/sys-fs/mp3fs/mp3fs-1.1.1-r4.ebuild index 222b8b14873c..11f67b814bad 100644 --- a/sys-fs/mp3fs/mp3fs-1.1.1-r4.ebuild +++ b/sys-fs/mp3fs/mp3fs-1.1.1-r4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Read-only FUSE filesystem which transcodes FLAC audio files to MP3 when read" -HOMEPAGE="https://khenriks.github.com/mp3fs/" +HOMEPAGE="https://khenriks.github.io/mp3fs/" SRC_URI="https://github.com/khenriks/mp3fs/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-3" |