guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: cd-discid: Fix download location.


From: Andreas Enge
Subject: 01/01: gnu: cd-discid: Fix download location.
Date: Mon, 01 Dec 2014 20:42:50 +0000

andreas pushed a commit to branch master
in repository guix.

commit d514bedb056d1903ec56670504c72c553a40adca
Author: Andreas Enge <address@hidden>
Date:   Mon Dec 1 21:42:21 2014 +0100

    gnu: cd-discid: Fix download location.
    
    * gnu/packages/cdrom.scm (cd-discid): Fix download location.
---
 gnu/packages/cdrom.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
index 08fe6c2..6187f87 100644
--- a/gnu/packages/cdrom.scm
+++ b/gnu/packages/cdrom.scm
@@ -229,7 +229,7 @@ capacity is user-selectable.")
     (home-page "http://linukz.org/cd-discid.shtml";)
     (source (origin
               (method url-fetch)
-              (uri (string-append home-page "/download/cd-discid-"
+              (uri (string-append "http://linukz.org/download/cd-discid-";
                                   version ".tar.gz"))
               (sha256
                (base32



reply via email to

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