gnu: polipo: Use HTTPS home page.
* gnu/packages/web.scm (polipo)[home-page]: Use HTTPS.master
parent
1bcf4ba44b
commit
59e884a211
|
@ -1381,7 +1381,7 @@ unavailable.")
|
||||||
"CC=gcc"))
|
"CC=gcc"))
|
||||||
;; No 'check' target.
|
;; No 'check' target.
|
||||||
#:tests? #f))
|
#: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")
|
(synopsis "Small caching web proxy")
|
||||||
(description
|
(description
|
||||||
"Polipo is a small caching web proxy (web cache, HTTP proxy, and proxy
|
"Polipo is a small caching web proxy (web cache, HTTP proxy, and proxy
|
||||||
|
|
Reference in New Issue