python39Packages.parsedatetime: fix typo, update meta

This commit is contained in:
Sandro Jäckel
2021-08-26 16:04:59 +02:00
parent 4ca67a53c3
commit a0cf73d8d8
@@ -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; [ ];
};
}