mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: libevent: Update home page.
* gnu/packages/libevent.scm (libevent)[home-page]: Use HTTPS.
This commit is contained in:
parent
5b315f3ea9
commit
1f889a5902
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ (define-public libevent
|
|||
`(("python" ,python-2))) ; for 'event_rpcgen.py'
|
||||
(native-inputs
|
||||
`(("which" ,which)))
|
||||
(home-page "http://libevent.org/")
|
||||
(home-page "https://libevent.org/")
|
||||
(synopsis "Event notification library")
|
||||
(description
|
||||
"The libevent API provides a mechanism to execute a callback
|
||||
|
|
Loading…
Reference in a new issue