about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorDanielle Lancashire <dani@builds.terrible.systems>2019-10-22 19:37:39 +0200
committerJon <jonringer@users.noreply.github.com>2019-10-24 08:37:50 -0700
commitf8d639b0188ddc9f58463f8f62beb67fb0137211 (patch)
tree228b6ff8786425402c3898b9d450da57bb16709d /pkgs/applications/networking/cluster
parent942eb66bf44c70992e12308de1c5e6bbdef36590 (diff)
nomad: add endocrimes as maintainer
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/nomad/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/nomad/default.nix b/pkgs/applications/networking/cluster/nomad/default.nix
index 254aa9dbfc5ec..e605864378933 100644
--- a/pkgs/applications/networking/cluster/nomad/default.nix
+++ b/pkgs/applications/networking/cluster/nomad/default.nix
@@ -36,6 +36,6 @@ buildGoPackage rec {
     description = "A Distributed, Highly Available, Datacenter-Aware Scheduler";
     platforms = platforms.unix;
     license = licenses.mpl20;
-    maintainers = with maintainers; [ rushmorem pradeepchhetri ];
+    maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes ];
   };
 }