mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: connman: Fix url.
* gnu/packages/connman.scm (connman)[source]: Remove extra "/pub" from the download url.
This commit is contained in:
parent
ac10a81ad4
commit
f2bca8db37
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ (define-public connman
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kernel.org/pub/linux/network/connman/"
|
||||
(uri (string-append "mirror://kernel.org/linux/network/connman/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue