From ce41fe1a17958efe9d86bd9f373a8f6c8a063144 Mon Sep 17 00:00:00 2001 From: Thomas Bereknyei Date: Mon, 1 Mar 2021 23:19:35 -0500 Subject: [PATCH] privoxy: update license --- pkgs/tools/networking/privoxy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/privoxy/default.nix b/pkgs/tools/networking/privoxy/default.nix index fc47ea0f5bf..85a8cd5d768 100644 --- a/pkgs/tools/networking/privoxy/default.nix +++ b/pkgs/tools/networking/privoxy/default.nix @@ -24,7 +24,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://www.privoxy.org/"; description = "Non-caching web proxy with advanced filtering capabilities"; - license = licenses.gpl2; + license = licenses.gpl2Plus; platforms = platforms.all; maintainers = [ maintainers.phreedom ]; };