mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -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)))))
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue