Commit 2961cbdd authored by Artem Leshchev's avatar Artem Leshchev
Browse files

python3Packages.zstandard: fix license

parent 5740885c
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 = [ ];
  };
}