Commit 3c678b70 authored by Atemu's avatar Atemu
Browse files

ethminer: correct license

parent 7787089f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}