diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 6dc8db526f..5dd7f3b33e 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -4606,17 +4606,15 @@ (define-public smtpmail (source (origin (method url-fetch) - (uri - (string-append - "http://download.savannah.nongnu.org/releases/smtpmail/smtpmail-" - version - ".tar.gz")) - (sha256 (base32 "08ap2l2g2avkq2jx05jy993517vvapmypg7j5cwl8gvpq436gdh5")))) + (uri (string-append "mirror://savannah/smtpmail/smtpmail-" + version ".tar.gz")) + (sha256 + (base32 "08ap2l2g2avkq2jx05jy993517vvapmypg7j5cwl8gvpq436gdh5")))) (build-system gnu-build-system) (home-page "https://www.nongnu.org/smtpmail/") (synopsis "SMTP utility") (description "smtpmail is a little console-based tool for users who have no local -mailserver on her machine. it enables these users to send their mail over a -remote smtp server.") - (license license:gpl2))) +mailserver on their machine. It enables these users to send their mail over a +remote SMTP server.") + (license license:gpl2+)))