guix-commits
[Top][All Lists]
Advanced

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

01/01: pull: Update to the new cgit snapshot URL.


From: Ludovic Courtès
Subject: 01/01: pull: Update to the new cgit snapshot URL.
Date: Thu, 10 Sep 2015 06:50:24 +0000

civodul pushed a commit to branch master
in repository guix.

commit ef30b974c95d900d446df19b83401b5dff014b7c
Author: Ludovic Courtès <address@hidden>
Date:   Thu Sep 10 08:49:36 2015 +0200

    pull: Update to the new cgit snapshot URL.
    
    * guix/scripts/pull.scm (%snapshot-url): Update to the new URL.
---
 guix/scripts/pull.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm
index e6ed8d2..e8459e5 100644
--- a/guix/scripts/pull.scm
+++ b/guix/scripts/pull.scm
@@ -43,7 +43,7 @@
 
 (define %snapshot-url
   ;; "http://hydra.gnu.org/job/guix/master/tarball/latest/download";
-  "http://git.savannah.gnu.org/cgit/guix.git/snapshot/guix-master.tar.gz";
+  "http://git.savannah.gnu.org/cgit/guix.git/snapshot/master.tar.gz";
   )
 
 (define-syntax-rule (with-environment-variable variable value body ...)



reply via email to

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