3
0
Fork 0
forked from mirrors/nixpkgs

go-ethereum: remove asymmetric from maintainers

This commit is contained in:
Lorenzo Manacorda 2020-06-09 17:52:00 +02:00
parent 511f062729
commit fb1f86757e

View file

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