python310Packages.yattag: update meta
This commit is contained in:
parent
fce04513bd
commit
c37be28c5c
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user