gnu: keybinder: Update URI.

* gnu/packages/wm.scm (keybinder)[source, home-page]: Update URI.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-26 00:21:04 +01:00
parent bbf9092b9d
commit 6d688b6e5e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -809,8 +809,8 @@ (define-public keybinder
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/engla/keybinder/releases/" (uri (string-append "https://github.com/kupferlauncher/keybinder"
"download/v" version "/keybinder-" "/releases/download/v" version "/keybinder-"
version ".tar.gz")) version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
@ -828,7 +828,7 @@ (define-public keybinder
(description (description
"Keybinder is a library for registering global keyboard shortcuts. "Keybinder is a library for registering global keyboard shortcuts.
Keybinder works with GTK-based applications using the X Window System.") Keybinder works with GTK-based applications using the X Window System.")
(home-page "https://github.com/engla/keybinder") (home-page "https://github.com/kupferlauncher/keybinder")
(license license:gpl2+))) (license license:gpl2+)))
(define-public spectrwm (define-public spectrwm