oauth2_proxy: Add knl as a maintainer

Per request from the current maintainer.
This commit is contained in:
Nikola Knezevic 2020-04-13 23:01:02 +02:00
parent 3552e610c3
commit d31bb1e350

View File

@ -24,6 +24,6 @@ buildGoPackage rec {
description = "A reverse proxy that provides authentication with Google, Github, or other providers"; description = "A reverse proxy that provides authentication with Google, Github, or other providers";
homepage = "https://github.com/pusher/oauth2_proxy/"; homepage = "https://github.com/pusher/oauth2_proxy/";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.yorickvp ]; maintainers = with maintainers; [ yorickvp knl ];
}; };
} }