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
co-authored by fortune Nikola Knezevic
parent b3b24c4b2e
commit c50de910d1
+1 -1
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;
};
}