mbakke pushed a commit to branch master
in repository guix.

commit 1f889a59020f497fcbef8c51586aa73cfa06798a
Author: Marius Bakke <mba...@fastmail.com>
Date:   Thu May 30 13:52:26 2019 +0200

    gnu: libevent: Update home page.
    
    * gnu/packages/libevent.scm (libevent)[home-page]: Use HTTPS.
---
 gnu/packages/libevent.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm
index bb96fd6..466e474 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

Reply via email to