go-ethereum: remove adisbladis as maintainer

This commit is contained in:
adisbladis 2023-07-14 21:47:34 +12:00
parent fbb315c0c7
commit b093cb4cd8

View File

@ -58,6 +58,6 @@ in buildGoModule rec {
homepage = "https://geth.ethereum.org/";
description = "Official golang implementation of the Ethereum protocol";
license = with licenses; [ lgpl3Plus gpl3Plus ];
maintainers = with maintainers; [ adisbladis RaghavSood ];
maintainers = with maintainers; [ RaghavSood ];
};
}