etcd_3_5: add dtomvan as maintainer

This commit is contained in:
superherointj 2025-08-02 14:19:32 -03:00
parent 70f1d94f71
commit ec83fe4194

View File

@ -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;
};