guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: guile-wm: Update source URL.


From: Ricardo Wurmus
Subject: 01/01: gnu: guile-wm: Update source URL.
Date: Thu, 24 Aug 2017 14:43:03 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3f8efbb9a46c655d009f309ed75efa63d6fc08f4
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Aug 24 20:34:52 2017 +0200

    gnu: guile-wm: Update source URL.
    
    * gnu/packages/guile-wm.scm (guile-wm)[source]: Use archived URL.
---
 gnu/packages/guile-wm.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/guile-wm.scm b/gnu/packages/guile-wm.scm
index a114fd4..d3081f9 100644
--- a/gnu/packages/guile-wm.scm
+++ b/gnu/packages/guile-wm.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013, 2014 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2016 Alex ter Weele <address@hidden>
+;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -68,7 +69,8 @@ dependencies.")
     (synopsis "X11 window manager toolkit in Scheme")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://www.markwitmer.com/dist/guile-wm-";
+              (uri (string-append "http://web.archive.org/web/20161005084324/";
+                                  "http://www.markwitmer.com/dist/guile-wm-";
                                   version ".tar.gz"))
               (sha256
                (base32



reply via email to

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