openethereum: remove xrelkd as maintainer

This commit is contained in:
xrelkd 2021-08-21 19:02:24 +08:00
parent 054db8703c
commit 938d27ffa5

View file

@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
description = "Fast, light, robust Ethereum implementation";
homepage = "http://parity.io/ethereum";
license = licenses.gpl3;
maintainers = with maintainers; [ akru xrelkd ];
maintainers = with maintainers; [ akru ];
platforms = lib.platforms.unix;
};
}