guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/15: gnu: bogofilter: Use HTTPS home page.


From: guix-commits
Subject: 06/15: gnu: bogofilter: Use HTTPS home page.
Date: Wed, 11 Dec 2019 21:03:04 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0ba5755868894d298fc521da9c500389fa5aa24a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 4 05:11:26 2019 +0100

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

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 4450e96..1dcc013 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -575,7 +575,7 @@ Extension (MIME).")
              #t)))))
     (native-inputs `(("flex" ,flex)))
     (inputs `(("bdb" ,bdb)))
-    (home-page "http://bogofilter.sourceforge.net/";)
+    (home-page "https://bogofilter.sourceforge.io/";)
     (synopsis "Mail classifier based on a Bayesian filter")
     (description
      "Bogofilter is a mail filter that classifies mail as spam or ham



reply via email to

[Prev in Thread] Current Thread [Next in Thread]