forked from mirrors/nixpkgs
go-ethereum: remove asymmetric from maintainers
This commit is contained in:
parent
511f062729
commit
fb1f86757e
|
@ -53,6 +53,6 @@ buildGoModule 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 xrelkd ];
|
||||
maintainers = with maintainers; [ adisbladis lionello xrelkd ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue