diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-25 22:13:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-26 00:19:39 +0200 |
commit | 8f3f2c9b1bf594392930094065666d901c774e7d (patch) | |
tree | 29d8eb0c01bbc0b4896c2ec1d1444627e4e69726 /gnu | |
parent | e8c1e27f8ea87bb3b401b4f37457533a562fbe66 (diff) | |
download | patches-8f3f2c9b1bf594392930094065666d901c774e7d.tar patches-8f3f2c9b1bf594392930094065666d901c774e7d.tar.gz |
gnu: balsa: Don't use NAME in source URI.
* gnu/packages/mail.scm (balsa)[source]: Hard-code NAME.
Diffstat (limited to 'gnu')
-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 c374084e80..101dcf52b4 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -2767,7 +2767,7 @@ tools and applications: (origin (method url-fetch) (uri (string-append "https://pawsa.fedorapeople.org/balsa/" - name "-" version ".tar.bz2")) + "balsa-" version ".tar.bz2")) (sha256 (base32 "1xkxx801p7sbfkn0bh3cz85wra4xf1z1zhjqqc80z1z1nln7fhb4")))) (build-system gnu-build-system) |