diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2026-02-11 11:14:19 -0800 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-02-11 13:15:11 -0800 |
| commit | 7cc2b90a680487c3b98ce4e5bc7f43a18d2f04ec (patch) | |
| tree | cad73b28327dee9f40d58fc960e91b332a9d679f /gnu/packages | |
| parent | 4949cf10d58023752b1d0c5822ff85d2bed67684 (diff) | |
gnu: ladspa: Update to use deb.debian.org.
* gnu/packages/audio.scm (ladspa)[source]: Update uri.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/audio.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 46ad399db5f..62700d3c87b 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -3542,7 +3542,7 @@ together.") (method url-fetch) ;; Since the official link is dead, ;; we download the tarball from Debian or Internet Archive. - (uri (list (string-append "http://http.debian.net" + (uri (list (string-append "http://deb.debian.org" "/debian/pool/main/l/ladspa-sdk/ladspa-sdk_" version ".orig.tar.gz") (string-append "https://web.archive.org/web/20140717172251/" |
