diff options
author | Marius Bakke <[email protected]> | 2020-03-10 20:45:24 +0100 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2020-03-10 20:45:24 +0100 |
commit | 2d421c4f19a0669879c9a8738361a151b1431d4f (patch) | |
tree | d814cdb0fa1bdf763973ea43d89e22eab1da42e0 /gnu/packages/mail.scm | |
parent | b3b5714fa72bf661003f27fbccba5697f5810115 (diff) | |
parent | 90799c35bd9cadaf7c28be5ea6e41ec692d5b4a4 (diff) |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 27f7820176..0573e70d07 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1150,7 +1150,7 @@ MailCore 2.") (method url-fetch) (uri (string-append "https://ftp.heanet.ie/mirrors/" "ftp.xemacs.org/aux/" - name "-" version ".tar.gz")) + "compface-" version ".tar.gz")) (sha256 (base32 "09b89wg63hg502hsz592cd2h87wdprb1dq1k1y07n89hym2q56d6")))) @@ -1160,7 +1160,7 @@ MailCore 2.") (synopsis "Portrait image compressor") (description "This package takes your 48x48x1 portrait image and compresses it.") - (home-page "http://www.cs.indiana.edu/pub/faces/") + (home-page "https://legacy.cs.indiana.edu/ftp/faces/") (license (x11-style "file://README")))) (define-public claws-mail |