mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: polipo: Use HTTPS home page.
* gnu/packages/web.scm (polipo)[home-page]: Use HTTPS.
This commit is contained in:
parent
1bcf4ba44b
commit
59e884a211
1 changed files with 1 additions and 1 deletions
|
@ -1381,7 +1381,7 @@ (define-public polipo
|
|||
"CC=gcc"))
|
||||
;; No 'check' target.
|
||||
#:tests? #f))
|
||||
(home-page "http://www.pps.univ-paris-diderot.fr/~jch/software/polipo/")
|
||||
(home-page "https://www.pps.univ-paris-diderot.fr/~jch/software/polipo/")
|
||||
(synopsis "Small caching web proxy")
|
||||
(description
|
||||
"Polipo is a small caching web proxy (web cache, HTTP proxy, and proxy
|
||||
|
|
Loading…
Reference in a new issue