diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-18 11:02:47 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2023-06-19 08:47:35 +0200 |
commit | e9dec6993d1d4a37a601e3ebd80c6ce7decca7a8 (patch) | |
tree | d8ca908ecc1acf5bb19c1e9938d28390d785add4 /media-sound | |
parent | media-sound/a2jmidid: update HOMEPAGE, add github metadata (diff) | |
download | gentoo-e9dec6993d1d4a37a601e3ebd80c6ce7decca7a8.tar.gz gentoo-e9dec6993d1d4a37a601e3ebd80c6ce7decca7a8.tar.bz2 gentoo-e9dec6993d1d4a37a601e3ebd80c6ce7decca7a8.zip |
media-sound/audacity: update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/audacity/audacity-2.4.2-r3.ebuild | 4 | ||||
-rw-r--r-- | media-sound/audacity/audacity-3.2.5-r1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/audacity/audacity-2.4.2-r3.ebuild b/media-sound/audacity/audacity-2.4.2-r3.ebuild index eb19e72b84a0..5d2b57c57e89 100644 --- a/media-sound/audacity/audacity-2.4.2-r3.ebuild +++ b/media-sound/audacity/audacity-2.4.2-r3.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=7 @@ -9,7 +9,7 @@ inherit cmake flag-o-matic wxwidgets xdg MY_P="Audacity-${PV}" DOC_PV="${PV}" DESCRIPTION="Free crossplatform audio editor" -HOMEPAGE="https://web.audacityteam.org/" +HOMEPAGE="https://www.audacityteam.org/" # wget doesn't seem to work on FossHub links, so we mirror SRC_URI="https://github.com/audacity/audacity/archive/${MY_P}.tar.gz doc? ( https://dev.gentoo.org/~fordfrog/distfiles/${PN}-manual-${DOC_PV}.zip )" diff --git a/media-sound/audacity/audacity-3.2.5-r1.ebuild b/media-sound/audacity/audacity-3.2.5-r1.ebuild index b4df0d5f6fbb..b23b0ca973d6 100644 --- a/media-sound/audacity/audacity-3.2.5-r1.ebuild +++ b/media-sound/audacity/audacity-3.2.5-r1.ebuild @@ -10,7 +10,7 @@ inherit cmake wxwidgets xdg MY_P="Audacity-${PV}" DOC_PV="${PV}" DESCRIPTION="Free crossplatform audio editor" -HOMEPAGE="https://web.audacityteam.org/" +HOMEPAGE="https://www.audacityteam.org/" # A header-only thread pool library, without a build system, about 100 # lines of code. Probably not worth packaging individually. Check |