redsocks module: add self as maintainer

This commit is contained in:
Léo Gaspard 2018-10-31 01:06:14 +09:00
parent 930bcbda83
commit b9faae955c
No known key found for this signature in database
GPG key ID: 8A55848B6090F9CF

View file

@ -267,4 +267,6 @@ in
"ip46tables -t nat -D OUTPUT -p tcp ${redCond block} -j ${chain} 2>/dev/null || true"
) cfg.redsocks;
};
meta.maintainers = with lib.maintainers; [ ekleog ];
}