diff options
author | 2022-10-10 23:10:36 +0100 | |
---|---|---|
committer | 2022-10-10 23:10:36 +0100 | |
commit | e7989fb23aba692955ef334410007ad87f42d42e (patch) | |
tree | 5452f32c2097918ba8aac320bb0c13db8e46f615 /media-sound | |
parent | x11-terms/st: Stabilize 0.8.5 amd64, #867721 (diff) | |
download | gentoo-e7989fb23aba692955ef334410007ad87f42d42e.tar.gz gentoo-e7989fb23aba692955ef334410007ad87f42d42e.tar.bz2 gentoo-e7989fb23aba692955ef334410007ad87f42d42e.zip |
media-sound/terminatorx: drop www from HOMEPAGE/SRC_URI
Has cert issues.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/terminatorx/terminatorx-4.1.0.ebuild | 6 | ||||
-rw-r--r-- | media-sound/terminatorx/terminatorx-4.2.0.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/terminatorx/terminatorx-4.1.0.ebuild b/media-sound/terminatorx/terminatorx-4.1.0.ebuild index c34a201fbaec..a5e5fd161367 100644 --- a/media-sound/terminatorx/terminatorx-4.1.0.ebuild +++ b/media-sound/terminatorx/terminatorx-4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,9 +7,9 @@ inherit gnome2 MY_P=${P/terminatorx/terminatorX} DESCRIPTION="Realtime audio synthesizer allowing you to 'scratch' on sampled audio data" -HOMEPAGE="https://www.terminatorx.org/" +HOMEPAGE="https://terminatorx.org/" # this is the original location but there is an issue with their certificate so mirroring the file -#SRC_URI="https://www.terminatorx.org/dist/${MY_P}.tar.bz2" +#SRC_URI="https://terminatorx.org/dist/${MY_P}.tar.bz2" SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/${MY_P}.tar.bz2" LICENSE="GPL-2" diff --git a/media-sound/terminatorx/terminatorx-4.2.0.ebuild b/media-sound/terminatorx/terminatorx-4.2.0.ebuild index ca8785ba193d..cee126dbd19e 100644 --- a/media-sound/terminatorx/terminatorx-4.2.0.ebuild +++ b/media-sound/terminatorx/terminatorx-4.2.0.ebuild @@ -7,9 +7,9 @@ inherit gnome2 MY_P=${P/terminatorx/terminatorX} DESCRIPTION="Realtime audio synthesizer allowing you to 'scratch' on sampled audio data" -HOMEPAGE="https://www.terminatorx.org/" +HOMEPAGE="https://terminatorx.org/" # this is the original location but there is an issue with their certificate so mirroring the file -#SRC_URI="https://www.terminatorx.org/dist/${MY_P}.tar.bz2" +#SRC_URI="https://terminatorx.org/dist/${MY_P}.tar.bz2" SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/${MY_P}.tar.bz2" LICENSE="GPL-2" |