nginx-sso: add ambroisie as maintainer

This includes the NixOS test as well.
This commit is contained in:
Bruno BELANYI 2024-04-27 13:15:57 +01:00 committed by tomf
parent 25216e104a
commit 240a9a5c4f
2 changed files with 2 additions and 2 deletions

View File

@ -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 = {

View File

@ -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";
};
}