summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/nomad/generic.nix
diff options
context:
space:
mode:
authorMaxine Aubrey <maxeaubrey@gmail.com>2021-07-18 21:23:26 +0200
committerMaxine Aubrey <maxeaubrey@gmail.com>2021-07-18 21:23:26 +0200
commitdbf4e2980d120746def13fb0fd334fc7a867756a (patch)
tree20682d0695e5a632a3ada8005f8c6d1ef7700175 /pkgs/applications/networking/cluster/nomad/generic.nix
parent64c4e4bccebc056e0156ad7b822cdec87e29a87a (diff)
downloadnixpkgs-dbf4e2980d120746def13fb0fd334fc7a867756a.tar
nixpkgs-dbf4e2980d120746def13fb0fd334fc7a867756a.tar.gz
nixpkgs-dbf4e2980d120746def13fb0fd334fc7a867756a.tar.bz2
nixpkgs-dbf4e2980d120746def13fb0fd334fc7a867756a.tar.lz
nixpkgs-dbf4e2980d120746def13fb0fd334fc7a867756a.tar.xz
nixpkgs-dbf4e2980d120746def13fb0fd334fc7a867756a.tar.zst
nixpkgs-dbf4e2980d120746def13fb0fd334fc7a867756a.zip
pkgs: add maxeaubrey to maintainers
Diffstat (limited to 'pkgs/applications/networking/cluster/nomad/generic.nix')
-rw-r--r--pkgs/applications/networking/cluster/nomad/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/nomad/generic.nix b/pkgs/applications/networking/cluster/nomad/generic.nix
index dc22ab41d8b..f4ddc038d2b 100644
--- a/pkgs/applications/networking/cluster/nomad/generic.nix
+++ b/pkgs/applications/networking/cluster/nomad/generic.nix
@@ -53,6 +53,6 @@ buildGoPackage rec {
     description = "A Distributed, Highly Available, Datacenter-Aware Scheduler";
     platforms = platforms.unix;
     license = licenses.mpl20;
-    maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes ];
+    maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes maxeaubrey ];
   };
 }