efraim pushed a commit to branch master
in repository guix.

commit bd60e4e2efff07aca785fd57c38735ad0b899580
Author: Efraim Flashner <[email protected]>
Date:   Thu Oct 1 22:53:12 2015 +0300

    gnu: powertop: Fix url.
    
    * gnu/packages/linux.scm (powertop): Fixed incorrect url.
---
 gnu/packages/linux.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6c7a010..b29bcd2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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

Reply via email to