guix-commits
[Top][All Lists]
Advanced

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

13/14: gnu: keybinder: Update URI.


From: Tobias Geerinckx-Rice
Subject: 13/14: gnu: keybinder: Update URI.
Date: Thu, 25 Jan 2018 18:32:35 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6d688b6e5e85a6112f78cb214236e4f39deca885
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jan 26 00:21:04 2018 +0100

    gnu: keybinder: Update URI.
    
    * gnu/packages/wm.scm (keybinder)[source, home-page]: Update URI.
---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 8098560..75e4bb6 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -809,8 +809,8 @@ all of them.  Currently supported window managers include:
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://github.com/engla/keybinder/releases/";
-                           "download/v" version "/keybinder-"
+       (uri (string-append "https://github.com/kupferlauncher/keybinder";
+                           "/releases/download/v" version "/keybinder-"
                            version ".tar.gz"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
@@ -828,7 +828,7 @@ all of them.  Currently supported window managers include:
     (description
      "Keybinder is a library for registering global keyboard shortcuts.
 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+)))
 
 (define-public spectrwm



reply via email to

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