mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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 @@ (define-public bogofilter
|
||||||
#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
|
||||||
|
|
Loading…
Reference in a new issue