gnu: libevent: Update home page.
* gnu/packages/libevent.scm (libevent)[home-page]: Use HTTPS.
This commit is contained in:
parent
5b315f3ea9
commit
1f889a5902
|
@ -58,7 +58,7 @@
|
||||||
`(("python" ,python-2))) ; for 'event_rpcgen.py'
|
`(("python" ,python-2))) ; for 'event_rpcgen.py'
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("which" ,which)))
|
`(("which" ,which)))
|
||||||
(home-page "http://libevent.org/")
|
(home-page "https://libevent.org/")
|
||||||
(synopsis "Event notification library")
|
(synopsis "Event notification library")
|
||||||
(description
|
(description
|
||||||
"The libevent API provides a mechanism to execute a callback
|
"The libevent API provides a mechanism to execute a callback
|
||||||
|
|
Loading…
Reference in New Issue