mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53: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, ... }: {
|
import ./make-test-python.nix ({ pkgs, ... }: {
|
||||||
name = "nginx-sso";
|
name = "nginx-sso";
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = with pkgs.lib.maintainers; [ ];
|
maintainers = with pkgs.lib.maintainers; [ ambroisie ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nodes.machine = {
|
nodes.machine = {
|
||||||
|
@ -30,7 +30,7 @@ buildGoModule rec {
|
|||||||
description = "SSO authentication provider for the auth_request nginx module";
|
description = "SSO authentication provider for the auth_request nginx module";
|
||||||
homepage = "https://github.com/Luzifer/nginx-sso";
|
homepage = "https://github.com/Luzifer/nginx-sso";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ambroisie ];
|
||||||
mainProgram = "nginx-sso";
|
mainProgram = "nginx-sso";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user