python311Packages.pycatch22: update license

This commit is contained in:
Weijia Wang 2023-10-18 21:51:25 +02:00
parent 327120692f
commit 1470040d40

View file

@ -46,7 +46,7 @@ buildPythonPackage rec {
description = "Python implementation of catch22";
homepage = "https://github.com/DynamicsAndNeuralSystems/pycatch22";
changelog = "https://github.com/DynamicsAndNeuralSystems/pycatch22/releases/tag/v${version}";
license = licenses.gpl3Only;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ mbalatsko ];
};
}