guix-commits
[Top][All Lists]
Advanced

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

02/15: gnu: openssh: Don't use NAME in source URI.


From: guix-commits
Subject: 02/15: gnu: openssh: Don't use NAME in source URI.
Date: Sun, 16 Feb 2020 23:29:41 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 21f5de6d32a7d0e75ec2df69dc753a75a15657cd
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Feb 16 23:13:54 2020 +0100

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

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 8acc7ce..7ea871e 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -133,7 +133,7 @@ a server that supports the SSH-2 protocol.")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://openbsd/OpenSSH/portable/"
-                                 name "-" version ".tar.gz"))
+                                 "openssh-" version ".tar.gz"))
              (sha256
               (base32
                "0s7xh4s0qcipnjh9ls5blxcpvhyd116z9dxn3q1yi64lwrwki55x"))))



reply via email to

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