diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-15 13:45:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-15 19:41:39 +0200 |
commit | 6422615fc93e057269803dcbc2049a6ea17ec437 (patch) | |
tree | d4b1c1a79c7f12311fe4a8d733be6da91945b26a /gnu/packages/mail.scm | |
parent | d7e9e0bbc9aadec3e1830767a8771bfbe9c43155 (diff) | |
download | guix-6422615fc93e057269803dcbc2049a6ea17ec437.tar.gz |
gnu: opensmtpd-extras: Don't use NAME in source URI.
* gnu/packages/mail.scm (opensmtpd-extras)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 930e7a42cc..ff9a136ff1 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -2413,7 +2413,7 @@ to esoteric or niche requirements.") (source (origin (method url-fetch) (uri (string-append "https://www.opensmtpd.org/archives/" - name "-" version ".tar.gz")) + "opensmtpd-extras-" version ".tar.gz")) (sha256 (base32 "1kld4hxgz792s0cb2gl7m2n618ikzqkj88w5dhaxdrxg4x2c4vdm")))) |