fastqc: Correct license attribute

This commit is contained in:
Tyson Whitehead
2019-06-05 22:56:49 -04:00
parent cac2a63b32
commit d1e33d2509

View File

@@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
any further analysis.
'';
platforms = platforms.all;
license = licenses.gpl23;
license = licenses.gpl2Plus;
};
}