tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
python311Packages.pycatch22: update license
Weijia Wang
2 years ago
1470040d
32712069
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pycatch22
default.nix
+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
49
-
license = licenses.gpl3Only;
49
49
+
license = licenses.gpl3Plus;
50
50
maintainers = with maintainers; [ mbalatsko ];
51
51
};
52
52
}