Remove knl as maintainer for oauth2_proxy (#128483)

Co-authored-by: fortune <lythe1107@gmail.com>
Co-authored-by: Nikola Knezevic <nikola.knezevic@imc.com>
This commit is contained in:
Nikola Knežević 2021-06-30 01:48:02 +02:00 committed by GitHub
parent b3b24c4b2e
commit c50de910d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,6 @@ buildGoModule rec {
description = "A reverse proxy that provides authentication with Google, Github, or other providers";
homepage = "https://github.com/oauth2-proxy/oauth2-proxy/";
license = licenses.mit;
maintainers = with maintainers; teams.serokell.members ++ [ knl ];
maintainers = teams.serokell.members;
};
}