diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-18 10:46:19 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2023-06-19 08:47:32 +0200 |
commit | 9803cdec6c06fe6e0fc76af3ee619c3bd94abc5e (patch) | |
tree | 7697d00da78eabde013df6832a0c81e3d6fe25f1 /media-libs | |
parent | app-doc/csound-manual: use HTTPS (diff) | |
download | gentoo-9803cdec6c06fe6e0fc76af3ee619c3bd94abc5e.tar.gz gentoo-9803cdec6c06fe6e0fc76af3ee619c3bd94abc5e.tar.bz2 gentoo-9803cdec6c06fe6e0fc76af3ee619c3bd94abc5e.zip |
media-libs/dssi: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/dssi/dssi-1.1.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/dssi/dssi-1.1.1-r2.ebuild b/media-libs/dssi/dssi-1.1.1-r2.ebuild index 2cf087a5fb1b..faa378e8366c 100644 --- a/media-libs/dssi/dssi-1.1.1-r2.ebuild +++ b/media-libs/dssi/dssi-1.1.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit autotools DESCRIPTION="Plugin API for software instruments with user interfaces" -HOMEPAGE="http://dssi.sourceforge.net/" +HOMEPAGE="https://dssi.sourceforge.net/" SRC_URI="mirror://sourceforge/dssi/${P}.tar.gz" LICENSE="BSD LGPL-2.1" |