erigon: add happysalada as maintainer

This commit is contained in:
happysalada 2022-09-18 20:56:52 -04:00 committed by Yt
parent 27e18ce0ac
commit a5ffb8995a

View file

@ -30,6 +30,6 @@ buildGoModule rec {
homepage = "https://github.com/ledgerwatch/erigon/";
description = "Ethereum node implementation focused on scalability and modularity";
license = with licenses; [ lgpl3Plus gpl3Plus ];
maintainers = with maintainers; [ d-xo ];
maintainers = with maintainers; [ d-xo happysalada ];
};
}