python3Packages.clldutils: fix meta description and homepage

This commit is contained in:
Martin Weinelt 2022-03-09 18:47:23 +01:00
parent c5cafcd195
commit 803cfa5092

View File

@ -51,8 +51,8 @@ buildPythonPackage rec {
];
meta = with lib; {
description = "CSV on the Web";
homepage = "https://github.com/cldf/csvw";
description = "Utilities for clld apps without the overhead of requiring pyramid, rdflib et al";
homepage = "https://github.com/clld/clldutils";
license = licenses.asl20;
maintainers = with maintainers; [ ];
};