mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
etcd: add maintainer
This commit is contained in:
parent
0527318a88
commit
9d92aa38d4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue