mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: keybinder: Update URI.
* gnu/packages/wm.scm (keybinder)[source, home-page]: Update URI.
This commit is contained in:
parent
bbf9092b9d
commit
6d688b6e5e
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue