pythonPackages.python-lz4: fix license
This commit is contained in:
parent
b51aaaa36c
commit
6ef6d4339a
@ -34,7 +34,7 @@ buildPythonPackage rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "LZ4 Bindings for Python";
|
description = "LZ4 Bindings for Python";
|
||||||
homepage = https://github.com/python-lz4/python-lz4;
|
homepage = https://github.com/python-lz4/python-lz4;
|
||||||
license = lib.licenses.bsd0;
|
license = lib.licenses.bsd3;
|
||||||
maintainers = with lib.maintainers; [ costrouc ];
|
maintainers = with lib.maintainers; [ costrouc ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user