privoxy: homepage now reachable via https
This commit is contained in:
parent
1a427cf625
commit
148ee2cba9
@ -20,7 +20,7 @@ stdenv.mkDerivation rec{
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.privoxy.org/;
|
homepage = https://www.privoxy.org/;
|
||||||
description = "Non-caching web proxy with advanced filtering capabilities";
|
description = "Non-caching web proxy with advanced filtering capabilities";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user