From a0cf73d8d8f3d490c0b96d63f6381636f711d1a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 26 Aug 2021 16:04:59 +0200 Subject: [PATCH] python39Packages.parsedatetime: fix typo, update meta --- pkgs/development/python-modules/parsedatetime/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/parsedatetime/default.nix b/pkgs/development/python-modules/parsedatetime/default.nix index c6a4d193920b..4b42071f01fb 100644 --- a/pkgs/development/python-modules/parsedatetime/default.nix +++ b/pkgs/development/python-modules/parsedatetime/default.nix @@ -29,11 +29,12 @@ buildPythonPackage rec { "testFloat" ]; - pythonImportChecks = [ "parsedatetime" ]; + pythonImportsCheck = [ "parsedatetime" ]; meta = with lib; { description = "Parse human-readable date/time text"; homepage = "https://github.com/bear/parsedatetime"; license = licenses.asl20; + maintainers = with maintainers; [ ]; }; }