diff options
| author | Raito Bezarius <masterancpp@gmail.com> | 2023-03-20 00:05:02 +0100 |
|---|---|---|
| committer | Raito Bezarius <masterancpp@gmail.com> | 2023-03-20 00:05:02 +0100 |
| commit | bab87b45674c11e4094f4b1490bc16326f00bf35 (patch) | |
| tree | 4c7cc323f0a396121a4bf0e4740ad8720d5b56ff | |
| parent | sniproxy: 0.6.0 -> 0.6.1 (diff) | |
| download | nixpkgs-bab87b45674c11e4094f4b1490bc16326f00bf35.tar.gz | |
sniproxy: add raitobezarius as maintainer
| -rw-r--r-- | pkgs/applications/networking/sniproxy/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/sniproxy/default.nix b/pkgs/applications/networking/sniproxy/default.nix index afcdddd3200d..c93ca42db258 100644 --- a/pkgs/applications/networking/sniproxy/default.nix +++ b/pkgs/applications/networking/sniproxy/default.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { inherit (src.meta) homepage; description = "Transparent TLS and HTTP layer 4 proxy with SNI support"; license = licenses.bsd2; - maintainers = [ maintainers.womfoo ]; + maintainers = with maintainers; [ womfoo raitobezarius ]; platforms = platforms.linux; }; |
