mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
ethminer: add myself as maintainer
This commit is contained in:
parent
93de027ee0
commit
976ca8c8e5
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user