mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-19 16:50:38 +02:00
gnu: tinc: Don't use NAME in source URI.
* gnu/packages/vpn.scm (tinc)[source]: Hard-code NAME.
This commit is contained in:
@@ -309,7 +309,7 @@ traversing network address translators (@dfn{NAT}s) and firewalls.")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://tinc-vpn.org/packages/"
|
||||
name "-" version ".tar.gz"))
|
||||
"tinc-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0pl92sdwrkiwgll78x0ww06hfljd07mkwm62g8x17qn3gha3pj0q"))))
|
||||
|
||||
Reference in New Issue
Block a user