python310Packages.flask-wtf: add anthonyroussel to maintainers

This commit is contained in:
Anthony Roussel 2022-09-10 15:17:07 +02:00
parent 0ad235a42b
commit 7083952d2b
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -50,7 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Simple integration of Flask and WTForms.";
license = licenses.bsd3;
maintainers = with maintainers; [ mic92 ];
maintainers = with maintainers; [ mic92 anthonyroussel ];
homepage = "https://github.com/lepture/flask-wtf/";
};
}