etcd_3_5: add dtomvan as maintainer
This commit is contained in:
parent
70f1d94f71
commit
ec83fe4194
@ -29,7 +29,10 @@ let
|
|||||||
description = "Distributed reliable key-value store for the most critical data of a distributed system";
|
description = "Distributed reliable key-value store for the most critical data of a distributed system";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
homepage = "https://etcd.io/";
|
homepage = "https://etcd.io/";
|
||||||
maintainers = with maintainers; [ offline ];
|
maintainers = with maintainers; [
|
||||||
|
dtomvan
|
||||||
|
offline
|
||||||
|
];
|
||||||
platforms = platforms.darwin ++ platforms.linux;
|
platforms = platforms.darwin ++ platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user