python3Packages.chai: set license (#516431)

This commit is contained in:
Sandro
2026-05-04 12:45:22 +00:00
committed by GitHub
@@ -24,5 +24,6 @@ buildPythonPackage rec {
meta = {
description = "Mocking, stubbing and spying framework for python";
license = lib.licenses.bsd3;
};
}