python3Packages.pyarrow: remove some redundant lib.

This commit is contained in:
Dmitry Kalinkin
2021-06-15 08:42:15 -04:00
parent 4154e64406
commit 52af3c245a
@@ -57,8 +57,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "A cross-language development platform for in-memory data";
homepage = "https://arrow.apache.org/";
license = lib.licenses.asl20;
license = licenses.asl20;
platforms = platforms.unix;
maintainers = with lib.maintainers; [ veprbl ];
maintainers = with maintainers; [ veprbl ];
};
}