about summary refs log tree commit diff
path: root/pkgs/servers/etcd
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2024-04-26 19:30:19 -0700
committerGitHub <noreply@github.com>2024-04-26 19:30:19 -0700
commit6157b2da965c01d8f620217701825560f7d872a5 (patch)
tree29cb5ec58c0d0c89328ad286bb29e00dfbccb427 /pkgs/servers/etcd
parent5fbd9cda06cda46b8f27a7d9adc737d32c8b69f5 (diff)
Revert "maintainers: remove endocrimes"
Diffstat (limited to 'pkgs/servers/etcd')
-rw-r--r--pkgs/servers/etcd/3.5/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/etcd/3.5/default.nix b/pkgs/servers/etcd/3.5/default.nix
index a837ae4713ca1..2cd6cdefcb8c0 100644
--- a/pkgs/servers/etcd/3.5/default.nix
+++ b/pkgs/servers/etcd/3.5/default.nix
@@ -20,7 +20,7 @@ let
     description = "Distributed reliable key-value store for the most critical data of a distributed system";
     license = licenses.asl20;
     homepage = "https://etcd.io/";
-    maintainers = with maintainers; [ offline superherointj ];
+    maintainers = with maintainers; [ endocrimes offline superherointj ];
     platforms = platforms.darwin ++ platforms.linux;
   };