diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-05-30 13:52:26 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-06-03 22:28:48 +0200 |
commit | 1f889a59020f497fcbef8c51586aa73cfa06798a (patch) | |
tree | a1a4bab6d3b866a3321493dcf023fb5cde45b8d3 /gnu | |
parent | 5b315f3ea93020df52bc11105064a1398687e572 (diff) | |
download | guix-1f889a59020f497fcbef8c51586aa73cfa06798a.tar.gz guix-1f889a59020f497fcbef8c51586aa73cfa06798a.zip |
gnu: libevent: Update home page.
* gnu/packages/libevent.scm (libevent)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/libevent.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm index bb96fd6abf..466e474c29 100644 --- a/gnu/packages/libevent.scm +++ b/gnu/packages/libevent.scm @@ -58,7 +58,7 @@ `(("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 |