etcd: add maintainer

wip/yesman
zowoq 4 years ago
parent 0527318a88
commit 9d92aa38d4
  1. 2
      pkgs/servers/etcd/default.nix

@ -33,7 +33,7 @@ buildGoPackage rec {
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; [ offline zowoq ];
platforms = platforms.unix;
};
}

Loading…
Cancel
Save