diff options
Diffstat (limited to 'media-sound/fluidsynth/fluidsynth-2.1.4.ebuild')
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-2.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/fluidsynth/fluidsynth-2.1.4.ebuild b/media-sound/fluidsynth/fluidsynth-2.1.4.ebuild index d5fdde4142d4..98db025980dc 100644 --- a/media-sound/fluidsynth/fluidsynth-2.1.4.ebuild +++ b/media-sound/fluidsynth/fluidsynth-2.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ CMAKE_ECLASS=cmake inherit cmake-multilib systemd DESCRIPTION="Software real-time synthesizer based on the Soundfont 2 specifications" -HOMEPAGE="http://www.fluidsynth.org/" +HOMEPAGE="https://www.fluidsynth.org" SRC_URI="https://github.com/FluidSynth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1+" |