mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
go-ethereum: add xrelkd as maintainer
This commit is contained in:
parent
af20d174b2
commit
7a4227eaea
@ -24,6 +24,6 @@ buildGoPackage rec {
|
|||||||
homepage = "https://geth.ethereum.org/";
|
homepage = "https://geth.ethereum.org/";
|
||||||
description = "Official golang implementation of the Ethereum protocol";
|
description = "Official golang implementation of the Ethereum protocol";
|
||||||
license = with licenses; [ lgpl3 gpl3 ];
|
license = with licenses; [ lgpl3 gpl3 ];
|
||||||
maintainers = with maintainers; [ adisbladis asymmetric lionello ];
|
maintainers = with maintainers; [ adisbladis asymmetric lionello xrelkd ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user