diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-28 23:55:49 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-01 22:20:59 +0100 |
commit | 7314a5475e8fe0fc7ffe17d2cc30b4ae8c5381b2 (patch) | |
tree | b4499bbc30da93e9043cd9d1cf3e4d2fe72c3920 /gnu/packages/textutils.scm | |
parent | db317b38dc3fadf4759da8209740c616d1b599b7 (diff) | |
download | patches-7314a5475e8fe0fc7ffe17d2cc30b4ae8c5381b2.tar patches-7314a5475e8fe0fc7ffe17d2cc30b4ae8c5381b2.tar.gz |
gnu: dbacl: Use HTTPS home page.
* gnu/packages/textutils.scm (dbacl)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/textutils.scm')
-rw-r--r-- | gnu/packages/textutils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index c9714988d6..d75ba7766e 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -534,7 +534,7 @@ in a portable way.") ("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 |