go-ethereum: add asymmetric as maintainer

This commit is contained in:
Lorenzo Manacorda
2025-02-13 16:46:11 +01:00
parent 054a8e73de
commit ca39ecc1a5
+4 -1
View File
@@ -74,7 +74,10 @@ buildGoModule rec {
lgpl3Only
gpl3Only
];
maintainers = with maintainers; [ RaghavSood ];
maintainers = with maintainers; [
asymmetric
RaghavSood
];
mainProgram = "geth";
};
}