etcd: add maintainer

This commit is contained in:
zowoq 2020-05-20 13:27:36 +10:00
parent 0527318a88
commit 9d92aa38d4

View file

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