ethminer: correct license

This commit is contained in:
Atemu 2021-04-25 15:18:23 +02:00
parent 7787089f1d
commit 3c678b7098

View file

@ -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;
};
}