gnu: powertop: Fix url.
* gnu/packages/linux.scm (powertop): Fixed incorrect url.
This commit is contained in:
parent
71923a91b1
commit
bd60e4e2ef
|
@ -1164,7 +1164,7 @@ devices. It replaces 'iwconfig', which is deprecated.")
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://01.org/powertop/sites/default/files/downloads/powertop-"
|
||||
"https://01.org/sites/default/files/downloads/powertop/powertop-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in New Issue