mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: tunctl: Fix source URI.
* gnu/packages/networking.scm (tunctl)[source]: Fix URI.
This commit is contained in:
parent
b51863d240
commit
24d9354c80
1 changed files with 1 additions and 1 deletions
|
@ -2832,7 +2832,7 @@ (define-public tunctl
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/tunctl/"
|
||||
(uri (string-append "mirror://sourceforge/tunctl/tunctl/" version "/"
|
||||
"tunctl-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1zsgn7w6l2zh2q0j6qaw8wsx981qcr536qlz1lgb3b5zqr66qama"))))
|
||||
|
|
Loading…
Reference in a new issue