mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -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
|
||||
(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 a new issue