guix-commits
[Top][All Lists]
Advanced

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

12/14: gnu: hdparm: Don't use NAME in source URI.


From: guix-commits
Subject: 12/14: gnu: hdparm: Don't use NAME in source URI.
Date: Sun, 24 Feb 2019 15:29:42 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1b1ef87ef1aee4ad91a6badea66480fd878a3fc6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Feb 24 21:16:11 2019 +0100

    gnu: hdparm: Don't use NAME in source URI.
    
    * gnu/packages/linux.scm (hdparm)[source]: Hard-code NAME.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index dd8ff4c..04a3c4a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2696,8 +2696,8 @@ isolation or root privileges.")
     (version "9.56")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://sourceforge/" name "/" name "/"
-                                  name "-" version ".tar.gz"))
+              (uri (string-append "mirror://sourceforge/hdparm/hdparm/"
+                                  "hdparm-" version ".tar.gz"))
               (sha256
                (base32
                 "1np42qyhb503khvacnjcl3hb1dqly68gj0a1xip3j5qhbxlyvybg"))))



reply via email to

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