privoxy: update license

This commit is contained in:
Thomas Bereknyei 2021-03-01 23:19:35 -05:00 committed by tomberek
parent 151e9e8831
commit ce41fe1a17

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://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.gpl2Plus;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.phreedom ]; maintainers = [ maintainers.phreedom ];
}; };