jetty_11,jetty_12: add anthonyroussel to maintainers

+1 -1
+1 -1
pkgs/servers/http/jetty/common.nix
··· 25 25 platforms = platforms.all; 26 26 sourceProvenance = with sourceTypes; [ binaryBytecode ]; 27 27 license = with licenses; [ asl20 epl10 ]; 28 - maintainers = with maintainers; [ emmanuelrosa ]; 28 + maintainers = with maintainers; [ emmanuelrosa anthonyroussel ]; 29 29 }; 30 30 }