gnu: guile-wm: Update source URL.
* gnu/packages/guile-wm.scm (guile-wm)[source]: Use archived URL.
This commit is contained in:
parent
17e56dac12
commit
3f8efbb9a4
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2016 Alex ter Weele <alex.ter.weele@gmail.com>
|
;;; Copyright © 2016 Alex ter Weele <alex.ter.weele@gmail.com>
|
||||||
|
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -68,7 +69,8 @@ dependencies.")
|
||||||
(synopsis "X11 window manager toolkit in Scheme")
|
(synopsis "X11 window manager toolkit in Scheme")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(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"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Reference in a new issue