guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: powertop: Fix url.


From: Efraim Flashner
Subject: 01/01: gnu: powertop: Fix url.
Date: Thu, 01 Oct 2015 19:54:20 +0000

efraim pushed a commit to branch master
in repository guix.

commit bd60e4e2efff07aca785fd57c38735ad0b899580
Author: Efraim Flashner <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]