lol

python310Packages.flask-wtf: add anthonyroussel to maintainers

+1 -1
+1 -1
pkgs/development/python-modules/flask-wtf/default.nix
··· 50 50 meta = with lib; { 51 51 description = "Simple integration of Flask and WTForms."; 52 52 license = licenses.bsd3; 53 - maintainers = with maintainers; [ mic92 ]; 53 + maintainers = with maintainers; [ mic92 anthonyroussel ]; 54 54 homepage = "https://github.com/lepture/flask-wtf/"; 55 55 }; 56 56 }