fastqc: Correct license attribute
This commit is contained in:
@@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
|
||||
any further analysis.
|
||||
'';
|
||||
platforms = platforms.all;
|
||||
license = licenses.gpl23;
|
||||
license = licenses.gpl2Plus;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user