diff options
-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" |