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; {
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 ];
};