From 7314a5475e8fe0fc7ffe17d2cc30b4ae8c5381b2 Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me@tobias.gr>
Date: Wed, 28 Feb 2018 23:55:49 +0100
Subject: [PATCH] gnu: dbacl: Use HTTPS home page.

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

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index c9714988d66..d75ba7766eb 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -534,7 +534,7 @@ (define-public dbacl
        ("autoconf" ,autoconf)
        ("automake" ,automake)
        ("pkg-config" ,pkg-config)))
-    (home-page "http://www.lbreyer.com/dbacl.html")
+    (home-page "https://www.lbreyer.com/dbacl.html")
     (synopsis "Bayesian text and email classifier")
     (description
      "dbacl is a fast Bayesian text and email classifier.  It builds a variety
-- 
GitLab