python310Packages.flask-wtf: add anthonyroussel to maintainers

This commit is contained in:
Anthony Roussel
2022-09-10 22:25:14 +02:00
parent 0ad235a42b
commit 7083952d2b
@@ -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/";
};
}