diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:37:05 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 23:55:42 +0100 |
commit | 59e884a211b2215b93827841650a588094f96951 (patch) | |
tree | ce455acae89eb7188afe670f6ce4bea60814f778 /gnu | |
parent | 1bcf4ba44b5f66be44aae7c075237bfd8214d81d (diff) | |
download | patches-59e884a211b2215b93827841650a588094f96951.tar patches-59e884a211b2215b93827841650a588094f96951.tar.gz |
gnu: polipo: Use HTTPS home page.
* gnu/packages/web.scm (polipo)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 5a470f59b7..236dd1a506 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1381,7 +1381,7 @@ unavailable.") "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 |