ethminer: add myself as maintainer

This commit is contained in:
Atemu 2021-04-25 12:36:07 +02:00
parent 93de027ee0
commit 976ca8c8e5

View File

@ -74,7 +74,7 @@ in stdenv.mkDerivation rec {
description = "Ethereum miner with OpenCL, CUDA and stratum support";
homepage = "https://github.com/ethereum-mining/ethminer";
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ nand0p atemu ];
license = licenses.gpl2;
};
}