mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: powertop: Fix url.
* gnu/packages/linux.scm (powertop): Fixed incorrect url.
This commit is contained in:
parent
71923a91b1
commit
bd60e4e2ef
1 changed files with 1 additions and 1 deletions
|
@ -1164,7 +1164,7 @@ (define-public powertop
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://01.org/powertop/sites/default/files/downloads/powertop-"
|
"https://01.org/sites/default/files/downloads/powertop/powertop-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in a new issue