summary refs log tree commit diff
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
parent942eb66bf44c70992e12308de1c5e6bbdef36590 (diff)
downloadnixpkgs-f8d639b0188ddc9f58463f8f62beb67fb0137211.tar
nixpkgs-f8d639b0188ddc9f58463f8f62beb67fb0137211.tar.gz
nixpkgs-f8d639b0188ddc9f58463f8f62beb67fb0137211.tar.bz2
nixpkgs-f8d639b0188ddc9f58463f8f62beb67fb0137211.tar.lz
nixpkgs-f8d639b0188ddc9f58463f8f62beb67fb0137211.tar.xz
nixpkgs-f8d639b0188ddc9f58463f8f62beb67fb0137211.tar.zst
nixpkgs-f8d639b0188ddc9f58463f8f62beb67fb0137211.zip
nomad: add endocrimes as maintainer
-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 254aa9dbfc5..e6058643789 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 ];
   };
 }