Commit 240a9a5c authored by Bruno BELANYI's avatar Bruno BELANYI Committed by tomf
Browse files

nginx-sso: add ambroisie as maintainer

This includes the NixOS test as well.
parent 25216e10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
import ./make-test-python.nix ({ pkgs, ... }: {
  name = "nginx-sso";
  meta = {
    maintainers = with pkgs.lib.maintainers; [ ];
    maintainers = with pkgs.lib.maintainers; [ ambroisie ];
  };

  nodes.machine = {
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}