pythonPackages.unicodedata2: add description

This commit is contained in:
sternenseemann 2020-08-31 00:58:53 +02:00 committed by Jon
parent fe5f1c20cc
commit 48bbe60c43

View File

@ -15,7 +15,7 @@ buildPythonPackage rec {
checkPhase = "pytest tests";
meta = with lib; {
description = "";
description = "Backport and updates for the unicodedata module";
homepage = "http://github.com/mikekap/unicodedata2";
license = licenses.asl20;
maintainers = [ maintainers.sternenseemann ];