guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 5a7b59495de07f31ed8d84ec8a40f84759505688
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Wed Feb 11 11:26:40 2026 -0800

    gnu: swish-e: Update to use deb.debian.org.
    
    * gnu/packages/search.scm (swish-e)[source]: Update uri.
---
 gnu/packages/search.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 83a8a23f0a..f36c1b231b 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -545,7 +545,7 @@ suitable as a default locate on your system.")
                           "https://web.archive.org/web/20160730145202/";
                           "http://swish-e.org/distribution/";
                           "swish-e-" version ".tar.gz")
-                         (string-append "http://http.debian.net/debian/pool/";
+                         (string-append "http://deb.debian.org/debian/pool/";
                                         "main/s/swish-e/swish-e_" version
                                         ".orig.tar.gz")))
               (file-name (string-append name "-" version ".tar.gz"))

Reply via email to