diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:19:26 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 23:55:41 +0100 |
commit | 91fa58c73981d2a603069705f0802b1e629ee69e (patch) | |
tree | 2f37aaa7005eacd48182a6cf9c2abe0799f93b8b /gnu | |
parent | 0622403d35edcadf09357906e6c102d0ed2cf363 (diff) | |
download | patches-91fa58c73981d2a603069705f0802b1e629ee69e.tar patches-91fa58c73981d2a603069705f0802b1e629ee69e.tar.gz |
gnu: xdotool: Use HTTPS home page.
* gnu/packages/xdisorg.scm (xdotool)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xdisorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index dd05caa5f0..f46ba6714c 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 |