diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-18 10:51:28 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2023-06-19 08:47:33 +0200 |
commit | a95980b136fe64f764e36786007b7d5c5b105e6a (patch) | |
tree | cf49f0ab6954a0dc750297497a9794ffadca4de6 /media-plugins | |
parent | media-libs/libsbsms: use HTTPS (diff) | |
download | gentoo-a95980b136fe64f764e36786007b7d5c5b105e6a.tar.gz gentoo-a95980b136fe64f764e36786007b7d5c5b105e6a.tar.bz2 gentoo-a95980b136fe64f764e36786007b7d5c5b105e6a.zip |
media-plugins/calf: 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/calf/calf-0.90.3-r1.ebuild | 4 | ||||
-rw-r--r-- | media-plugins/calf/calf-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-plugins/calf/calf-0.90.3-r1.ebuild b/media-plugins/calf/calf-0.90.3-r1.ebuild index c459fd25c342..f0c3d8cae4e9 100644 --- a/media-plugins/calf/calf-0.90.3-r1.ebuild +++ b/media-plugins/calf/calf-0.90.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools xdg DESCRIPTION="A set of open source instruments and effects for digital audio workstations" -HOMEPAGE="http://calf-studio-gear.org/" +HOMEPAGE="https://calf-studio-gear.org/" if [[ "${PV}" = "9999" ]] ; then inherit git-r3 diff --git a/media-plugins/calf/calf-9999.ebuild b/media-plugins/calf/calf-9999.ebuild index e8aaa6330d72..ac7a768dcf5c 100644 --- a/media-plugins/calf/calf-9999.ebuild +++ b/media-plugins/calf/calf-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools xdg DESCRIPTION="A set of open source instruments and effects for digital audio workstations" -HOMEPAGE="http://calf-studio-gear.org/" +HOMEPAGE="https://calf-studio-gear.org/" if [[ "${PV}" = "9999" ]] ; then inherit git-r3 |