guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: xdotool: Use HTTPS home page.


From: guix-commits
Subject: 04/08: gnu: xdotool: Use HTTPS home page.
Date: Mon, 9 Mar 2020 19:07:15 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 91fa58c73981d2a603069705f0802b1e629ee69e
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 23:19:26 2020 +0100

    gnu: xdotool: Use HTTPS home page.
    
    * gnu/packages/xdisorg.scm (xdotool)[home-page]: Use HTTPS.
---
 gnu/packages/xdisorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index dd05caa..f46ba67 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -410,7 +410,7 @@ X11 (yet).")
               ("libxinerama" ,libxinerama)
               ("libxtst" ,libxtst)
               ("libxkbcommon" ,libxkbcommon)))
-    (home-page "http://www.semicomplete.com/projects/xdotool";)
+    (home-page "https://www.semicomplete.com/projects/xdotool/";)
     (synopsis "Fake keyboard/mouse input, window management, and more")
     (description "Xdotool lets you simulate keyboard input and mouse activity,
 move and resize windows, etc.  It does this using X11's XTEST extension and



reply via email to

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