python310Packages.yattag: update meta

This commit is contained in:
Fabian Affolter 2023-03-06 16:27:35 +01:00 committed by GitHub
parent fce04513bd
commit c37be28c5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,9 @@ buildPythonPackage rec {
};
meta = with lib; {
description = "Generate HTML or XML in a pythonic way. Pure python alternative to web template engines. Can fill HTML forms with default values and error messages.";
license = [ licenses.lgpl21 ];
description = "Library to generate HTML or XML";
homepage = "https://www.yattag.org/";
license = licenses.lgpl21Only;
maintainers = with maintainers; [ ];
};
}