mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
ethminer: correct license
This commit is contained in:
parent
7787089f1d
commit
3c678b7098
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ in stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/ethereum-mining/ethminer";
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ nand0p atemu ];
|
||||
license = licenses.gpl2;
|
||||
license = licenses.gpl3Only;
|
||||
broken = cudaSupport;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue