diff --git a/README.md b/README.md
index c46678f8a511768364c7160ba0bdf679c322cab5..a1f237c53505812bfd98d096b38467692b3fd282 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 cfc115b626320dccd990deaf9366b40f50c25766..de0dd7f13512855fc778945ee9f5d7e2a3e5df33 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