Remove knl as maintainer for oauth2_proxy (#128483)

Co-authored-by: fortune <lythe1107@gmail.com>
Co-authored-by: Nikola Knezevic <nikola.knezevic@imc.com>

authored by

Nikola Knežević
fortune
Nikola Knezevic
and committed by
GitHub
c50de910 b3b24c4b

+1 -1
+1 -1
pkgs/servers/oauth2-proxy/default.nix
··· 20 description = "A reverse proxy that provides authentication with Google, Github, or other providers"; 21 homepage = "https://github.com/oauth2-proxy/oauth2-proxy/"; 22 license = licenses.mit; 23 - maintainers = with maintainers; teams.serokell.members ++ [ knl ]; 24 }; 25 }
··· 20 description = "A reverse proxy that provides authentication with Google, Github, or other providers"; 21 homepage = "https://github.com/oauth2-proxy/oauth2-proxy/"; 22 license = licenses.mit; 23 + maintainers = teams.serokell.members; 24 }; 25 }