Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python311Packages.pycatch22: update license

+1 -1
+1 -1
pkgs/development/python-modules/pycatch22/default.nix
··· 46 46 description = "Python implementation of catch22"; 47 47 homepage = "https://github.com/DynamicsAndNeuralSystems/pycatch22"; 48 48 changelog = "https://github.com/DynamicsAndNeuralSystems/pycatch22/releases/tag/v${version}"; 49 - license = licenses.gpl3Only; 49 + license = licenses.gpl3Plus; 50 50 maintainers = with maintainers; [ mbalatsko ]; 51 51 }; 52 52 }