mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: xdotool: Use HTTPS home page.
* gnu/packages/xdisorg.scm (xdotool)[home-page]: Use HTTPS.
This commit is contained in:
parent
0622403d35
commit
91fa58c739
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ (define-public xdotool
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue