mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
nginx-sso: add ambroisie as maintainer
This includes the NixOS test as well.
This commit is contained in:
parent
25216e104a
commit
240a9a5c4f
@ -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 New Issue
Block a user