diff --git a/pkgs/fastqc.nix b/pkgs/fastqc.nix index 9414d82..26451a2 100644 --- a/pkgs/fastqc.nix +++ b/pkgs/fastqc.nix @@ -37,6 +37,6 @@ stdenv.mkDerivation rec { any further analysis. ''; platforms = platforms.all; - license = licenses.gpl23; + license = licenses.gpl2Plus; }; }