redsocks module: add self as maintainer
Léo Gaspard 7 years ago b9faae95 930bcbda
··· 267 267 "ip46tables -t nat -D OUTPUT -p tcp ${redCond block} -j ${chain} 2>/dev/null || true" 268 268 ) cfg.redsocks; 269 269 }; 270 270 + 271 271 + meta.maintainers = with lib.maintainers; [ ekleog ]; 270 272 }