python311Packages.pycatch22: update license
This commit is contained in:
parent
327120692f
commit
1470040d40
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue