guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 3c422c6111afb679bcdce74e310525b112b905cc
Author: Arun Isaac <arunis...@systemreboot.net>
AuthorDate: Fri Sep 26 21:49:33 2025 +0100

    gnu: mumi: Update source URI.
    
    * gnu/packages/mail.scm (mumi)[source]: Update URI.
---
 gnu/packages/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index fba7b9e08d..f8bf216d93 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4357,7 +4357,7 @@ It is a replacement for the @command{urlview} program.")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://git.savannah.gnu.org/git/guix/mumi.git/";)
+                    (url "https://codeberg.org/guix/mumi.git";)
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256

Reply via email to