From 6f44416cf2655b87378d3752eda00dfccb39dea6 Mon Sep 17 00:00:00 2001 From: Samuel Ainsworth Date: Wed, 1 Sep 2021 21:04:02 +0000 Subject: [PATCH] python3Packages.jax: remove meta.description period --- pkgs/development/python-modules/jax/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/jax/default.nix b/pkgs/development/python-modules/jax/default.nix index edf18bbe2ed0..f0b4d6e26324 100644 --- a/pkgs/development/python-modules/jax/default.nix +++ b/pkgs/development/python-modules/jax/default.nix @@ -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 ];