gnu: tinc: Don't use NAME in source URI.
* gnu/packages/vpn.scm (tinc)[source]: Hard-code NAME.
This commit is contained in:
parent
d54a759d2b
commit
657c3ff6b5
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ (define-public tinc
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://tinc-vpn.org/packages/"
|
||||
name "-" version ".tar.gz"))
|
||||
"tinc-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0pl92sdwrkiwgll78x0ww06hfljd07mkwm62g8x17qn3gha3pj0q"))))
|
||||
|
|
Loading…
Reference in a new issue