diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-18 10:58:02 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2023-06-19 08:47:34 +0200 |
commit | 54043c94fd2670757e98089cb6880b674cbe2247 (patch) | |
tree | 00fab58d6f8c94cba53ba19713deae747a79a432 /media-plugins | |
parent | media-plugins/tap-plugins: update HOMEPAGE, add github metadata (diff) | |
download | gentoo-54043c94fd2670757e98089cb6880b674cbe2247.tar.gz gentoo-54043c94fd2670757e98089cb6880b674cbe2247.tar.bz2 gentoo-54043c94fd2670757e98089cb6880b674cbe2247.zip |
media-plugins/xsynth-dssi: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/xsynth-dssi/xsynth-dssi-0.9.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/xsynth-dssi/xsynth-dssi-0.9.4.ebuild b/media-plugins/xsynth-dssi/xsynth-dssi-0.9.4.ebuild index 3869375ba160..ad187636177a 100644 --- a/media-plugins/xsynth-dssi/xsynth-dssi-0.9.4.ebuild +++ b/media-plugins/xsynth-dssi/xsynth-dssi-0.9.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="A software synthesizer plugin for the DSSI Soft Synth Interface" -HOMEPAGE="http://dssi.sourceforge.net/download.html#Xsynth-DSSI" +HOMEPAGE="https://dssi.sourceforge.net/download.html#Xsynth-DSSI" SRC_URI="mirror://sourceforge/dssi/${P}.tar.gz" LICENSE="GPL-2+" |