gnu: bogofilter: Use HTTPS home page.
* gnu/packages/mail.scm (bogofilter)[home-page]: Use HTTPS.
This commit is contained in:
parent
2665ff41e9
commit
0ba5755868
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ Extension (MIME).")
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs `(("flex" ,flex)))
|
(native-inputs `(("flex" ,flex)))
|
||||||
(inputs `(("bdb" ,bdb)))
|
(inputs `(("bdb" ,bdb)))
|
||||||
(home-page "http://bogofilter.sourceforge.net/")
|
(home-page "https://bogofilter.sourceforge.io/")
|
||||||
(synopsis "Mail classifier based on a Bayesian filter")
|
(synopsis "Mail classifier based on a Bayesian filter")
|
||||||
(description
|
(description
|
||||||
"Bogofilter is a mail filter that classifies mail as spam or ham
|
"Bogofilter is a mail filter that classifies mail as spam or ham
|
||||||
|
|
Reference in a new issue