oauth2_proxy: Add knl as a maintainer
Per request from the current maintainer.
This commit is contained in:
parent
3552e610c3
commit
d31bb1e350
|
@ -24,6 +24,6 @@ buildGoPackage rec {
|
|||
description = "A reverse proxy that provides authentication with Google, Github, or other providers";
|
||||
homepage = "https://github.com/pusher/oauth2_proxy/";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.yorickvp ];
|
||||
maintainers = with maintainers; [ yorickvp knl ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue