Commit 48a9b602 authored by jopejoe1's avatar jopejoe1
Browse files

python3Packages.chai: set license

parent ba81fb35
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,5 +24,6 @@ buildPythonPackage rec {

  meta = {
    description = "Mocking, stubbing and spying framework for python";
    license = lib.licenses.bsd3;
  };
}