From ec83fe41940459e4ac6848ad7f2c6f7f22bfef08 Mon Sep 17 00:00:00 2001 From: superherointj <5861043+superherointj@users.noreply.github.com> Date: Sat, 2 Aug 2025 14:19:32 -0300 Subject: [PATCH] etcd_3_5: add dtomvan as maintainer --- pkgs/servers/etcd/3_5/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/servers/etcd/3_5/default.nix b/pkgs/servers/etcd/3_5/default.nix index 57e7d10dc9e2..f67f7fee8ee9 100644 --- a/pkgs/servers/etcd/3_5/default.nix +++ b/pkgs/servers/etcd/3_5/default.nix @@ -29,7 +29,10 @@ 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 ]; + maintainers = with maintainers; [ + dtomvan + offline + ]; platforms = platforms.darwin ++ platforms.linux; };