Unverified Commit e2247e1c authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

python3Packages.zstandard: fix license (#502770)

parents 6c940ba4 2961cbdd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ buildPythonPackage rec {
  meta = {
    description = "Zstandard bindings for Python";
    homepage = "https://github.com/indygreg/python-zstandard";
    license = lib.licenses.bsdOriginal;
    license = lib.licenses.bsd3;
    maintainers = [ ];
  };
}