From 5e4128d7718fd376406cf0941ec2404feeab75d7 Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> Date: Wed, 17 May 2023 15:33:42 +0000 Subject: [PATCH] community/audacity: fix url --- community/audacity/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/audacity/APKBUILD b/community/audacity/APKBUILD index e5ebe5ac001d..fef879f5ab6e 100644 --- a/community/audacity/APKBUILD +++ b/community/audacity/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=audacity pkgver=3.3.2 -pkgrel=0 +pkgrel=1 pkgdesc="Multitrack audio editor" -url="https://tenacityaudio.org/" +url="https://www.audacityteam.org/" # s390x: fails to build arch="all !s390x" license="GPL-3.0-or-later" -- GitLab