From b26d47b4a3c6d93debde910a8323e456f9fba8ee Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@fsf.org>
Date: Fri, 27 Nov 2020 16:06:29 +0000
Subject: [PATCH] Correct audacity backport source

---
 README.md             | 1 +
 helpers/make-audacity | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c46678f8..a1f237c5 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,7 @@ would actually be shown to the user. Avoid replacing copyright statements!
 of the upstream package. Well written regexps and sed will help with that.
 * You can test your changes by doing them inside the _PACKAGES/sourcePackageName/source/_ directory, 
 and running `dpkg-source -b .`, before being added to the helper script
+* You can check the status of failed build at https://jenkins.trisquel.org/job/build-watchdog/lastBuild/consoleText
 
 ## Netinstall
 
diff --git a/helpers/make-audacity b/helpers/make-audacity
index cfc115b6..de0dd7f1 100644
--- a/helpers/make-audacity
+++ b/helpers/make-audacity
@@ -18,8 +18,8 @@
 #
 
 VERSION=1
-EXTERNAL='deb-src http://ppa.launchpad.net/ubuntuhandbook1/audacity/ubuntu bionic main '
-REPOKEY=4C1CBE14852541CB
+EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe'
+REPOKEY="3B4FE6ACC0B21F32"
 BACKPORTS=true
 
 . ./config
-- 
GitLab