diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 03568a4a99..9cf564b3ba 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -17,7 +17,7 @@ ;;; Copyright © 2016, 2017 Troy Sankey ;;; Copyright © 2016, 2017, 2018 ng0 ;;; Copyright © 2016 Clément Lassieur -;;; Copyright © 2016, 2017 Arun Isaac +;;; Copyright © 2016, 2017, 2018 Arun Isaac ;;; Copyright © 2016 John Darrington ;;; Copyright © 2016 Marius Bakke ;;; Copyright © 2017 Thomas Danckaert @@ -2252,7 +2252,7 @@ (define-public swaks (origin (method url-fetch) (uri (string-append - "http://jetmore.org/john/code/swaks/files/swaks-" + "https://jetmore.org/john/code/swaks/files/swaks-" version ".tar.gz")) (sha256 (base32 @@ -2268,7 +2268,7 @@ (define-public swaks (delete 'configure) (replace 'build (lambda _ - (zero? (system* "pod2man" "doc/ref.pod" "swaks.1")))) + (invoke "pod2man" "doc/ref.pod" "swaks.1"))) (replace 'install (lambda* (#:key outputs #:allow-other-keys) (let ((out (assoc-ref outputs "out"))) @@ -2281,7 +2281,7 @@ (define-public swaks "/bin/swaks") `("PERL5LIB" ":" = (,(getenv "PERL5LIB")))) #t))))) - (home-page "http://jetmore.org/john/code/swaks/") + (home-page "https://jetmore.org/john/code/swaks/") (synopsis "Featureful SMTP test tool") (description "Swaks is a flexible, scriptable, transaction-oriented SMTP test tool. It handles SMTP features and extensions such as TLS,