rekado pushed a commit to branch master
in repository guix.

commit 3f8efbb9a46c655d009f309ed75efa63d6fc08f4
Author: Ricardo Wurmus <[email protected]>
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 <[email protected]>
 ;;; Copyright © 2016 Alex ter Weele <[email protected]>
+;;; Copyright © 2017 Ricardo Wurmus <[email protected]>
 ;;;
 ;;; 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