ethminer: correct license
This commit is contained in:
parent
7787089f1d
commit
3c678b7098
|
@ -80,7 +80,7 @@ in stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/ethereum-mining/ethminer";
|
homepage = "https://github.com/ethereum-mining/ethminer";
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ nand0p atemu ];
|
maintainers = with maintainers; [ nand0p atemu ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl3Only;
|
||||||
broken = cudaSupport;
|
broken = cudaSupport;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue