mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue