sniproxy: add raitobezarius as maintainer

+1 -1
+1 -1
pkgs/applications/networking/sniproxy/default.nix
··· 18 inherit (src.meta) homepage; 19 description = "Transparent TLS and HTTP layer 4 proxy with SNI support"; 20 license = licenses.bsd2; 21 - maintainers = [ maintainers.womfoo ]; 22 platforms = platforms.linux; 23 }; 24
··· 18 inherit (src.meta) homepage; 19 description = "Transparent TLS and HTTP layer 4 proxy with SNI support"; 20 license = licenses.bsd2; 21 + maintainers = with maintainers; [ womfoo raitobezarius ]; 22 platforms = platforms.linux; 23 }; 24