gnu: mumi: Move to Savannah.
* gnu/packages/mail.scm (source, home-page): Move to Savannah.
This commit is contained in:
parent
d0575a9847
commit
70b52b5614
1 changed files with 2 additions and 2 deletions
|
@ -4085,7 +4085,7 @@ It is a replacement for the @command{urlview} program.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.elephly.net/software/mumi.git")
|
(url "https://git.savannah.gnu.org/git/guix/mumi.git/")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -4145,7 +4145,7 @@ It is a replacement for the @command{urlview} program.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gs1li48hqizx7lc4n2fdxn9i2v4vafkqpza7svvfpcamfz29jpi")))))
|
"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")
|
(synopsis "Debbugs web interface")
|
||||||
(description "Mumi is a Debbugs web interface.")
|
(description "Mumi is a Debbugs web interface.")
|
||||||
(license license:agpl3+))))
|
(license license:agpl3+))))
|
||||||
|
|
Reference in a new issue