python3Packages.chai: set license

source: https://github.com/WB-Games/chai/blob/main/LICENSE.txt
This commit is contained in:
jopejoe1
2026-05-04 12:03:30 +02:00
parent ba81fb35d7
commit 48a9b60271
@@ -24,5 +24,6 @@ buildPythonPackage rec {
meta = {
description = "Mocking, stubbing and spying framework for python";
license = lib.licenses.bsd3;
};
}