python310Packages.flask-wtf: add anthonyroussel to maintainers
This commit is contained in:
parent
0ad235a42b
commit
7083952d2b
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Simple integration of Flask and WTForms.";
|
description = "Simple integration of Flask and WTForms.";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ mic92 ];
|
maintainers = with maintainers; [ mic92 anthonyroussel ];
|
||||||
homepage = "https://github.com/lepture/flask-wtf/";
|
homepage = "https://github.com/lepture/flask-wtf/";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue