Unverified Commit 36e103df authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python3Packages.chai: set license (#516431)

parents a562b8de 48a9b602
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;
  };
}