python3Packages.jax: remove meta.description period

This commit is contained in:
Samuel Ainsworth 2021-09-01 21:04:02 +00:00
parent a16117f1c0
commit 6f44416cf2

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
pytestFlagsArray = [ "-W ignore::DeprecationWarning" "tests/" ];
meta = with lib; {
description = "Differentiate, compile, and transform Numpy code.";
description = "Differentiate, compile, and transform Numpy code";
homepage = "https://github.com/google/jax";
license = licenses.asl20;
maintainers = with maintainers; [ samuela ];