python3Packages.pyarrow: remove some redundant lib.

This commit is contained in:
Dmitry Kalinkin 2021-05-29 01:48:14 -04:00
parent 4154e64406
commit 52af3c245a
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -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 ];
};
}