mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: key-mon: Use HTTPS home page.
* gnu/packages/key-mon.scm (key-mon)[home-page]: Use HTTPS.
This commit is contained in:
parent
df71892b21
commit
7858de3e95
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ (define-public key-mon
|
|||
`(("python2-xlib" ,python2-xlib)
|
||||
("python2-pygtk" ,python2-pygtk)
|
||||
("python2-rsvg" ,python2-rsvg)))
|
||||
(home-page "http://code.google.com/p/key-mon")
|
||||
(home-page "https://code.google.com/p/key-mon")
|
||||
(synopsis "Show keyboard and mouse status")
|
||||
(description
|
||||
"The key-mon utility displays the current keyboard and mouse status.
|
||||
|
|
Loading…
Reference in a new issue