nginx-sso: add ambroisie as maintainer
This includes the NixOS test as well.
This commit is contained in:
parent
25216e104a
commit
240a9a5c4f
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
import ./make-test-python.nix ({ pkgs, ... }: {
|
||||
name = "nginx-sso";
|
||||
meta = {
|
||||
maintainers = with pkgs.lib.maintainers; [ ];
|
||||
maintainers = with pkgs.lib.maintainers; [ ambroisie ];
|
||||
};
|
||||
|
||||
nodes.machine = {
|
||||
|
|
|
@ -30,7 +30,7 @@ buildGoModule rec {
|
|||
description = "SSO authentication provider for the auth_request nginx module";
|
||||
homepage = "https://github.com/Luzifer/nginx-sso";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = with maintainers; [ ambroisie ];
|
||||
mainProgram = "nginx-sso";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue