go-ethereum: add xrelkd as maintainer

This commit is contained in:
xrelkd 2019-07-11 02:15:20 +08:00
parent af20d174b2
commit 7a4227eaea

View file

@ -24,6 +24,6 @@ buildGoPackage rec {
homepage = "https://geth.ethereum.org/";
description = "Official golang implementation of the Ethereum protocol";
license = with licenses; [ lgpl3 gpl3 ];
maintainers = with maintainers; [ adisbladis asymmetric lionello ];
maintainers = with maintainers; [ adisbladis asymmetric lionello xrelkd ];
};
}