guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: claws-mail: Don't use NAME in source URI.


From: guix-commits
Subject: 03/04: gnu: claws-mail: Don't use NAME in source URI.
Date: Sun, 23 Dec 2018 11:58:08 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ca6f5ab8170ab1be0ad2f25e285a56ec68acaf7f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Dec 23 17:53:10 2018 +0100

    gnu: claws-mail: Don't use NAME in source URI.
    
    * gnu/packages/mail.scm (claws-mail)[source]: Hard-code name.
---
 gnu/packages/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index ed8654b..c89fa3d 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1011,7 +1011,7 @@ compresses it.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "https://www.claws-mail.org/releases/"; name "-" version
+                    "https://www.claws-mail.org/releases/claws-mail-"; version
                     ".tar.xz"))
               (sha256
                (base32



reply via email to

[Prev in Thread] Current Thread [Next in Thread]