erigon: add happysalada as maintainer

This commit is contained in:
happysalada
2022-09-18 21:29:44 -04:00
committed by Yt
parent 27e18ce0ac
commit a5ffb8995a
+1 -1
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 ];
};
}