summaryrefslogtreecommitdiff
path: root/gnu/packages/mail.scm
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2023-04-24 13:35:52 +0100
committerArun Isaac <arunisaac@systemreboot.net>2023-04-24 15:32:54 +0100
commit70b52b5614e8da166281ee5233e2c27f78902856 (patch)
tree691868db846c16c2edeca7ab24c7884c0ba29915 /gnu/packages/mail.scm
parentd0575a984721f175f10c3d925470a90424c17811 (diff)
gnu: mumi: Move to Savannah.
* gnu/packages/mail.scm (source, home-page): Move to Savannah.
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r--gnu/packages/mail.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 353773de09..11b67c9f50 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4085,7 +4085,7 @@ It is a replacement for the @command{urlview} program.")
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://git.elephly.net/software/mumi.git")
+ (url "https://git.savannah.gnu.org/git/guix/mumi.git/")
(commit commit)))
(file-name (git-file-name name version))
(sha256
@@ -4145,7 +4145,7 @@ It is a replacement for the @command{urlview} program.")
(sha256
(base32
"1gs1li48hqizx7lc4n2fdxn9i2v4vafkqpza7svvfpcamfz29jpi")))))
- (home-page "https://git.elephly.net/software/mumi.git")
+ (home-page "https://git.savannah.gnu.org/cgit/guix/mumi.git/")
(synopsis "Debbugs web interface")
(description "Mumi is a Debbugs web interface.")
(license license:agpl3+))))