From d1e33d25093fd6bfc82fd6aec769f26b5abd3053 Mon Sep 17 00:00:00 2001 From: Tyson Whitehead Date: Wed, 5 Jun 2019 22:56:49 -0400 Subject: [PATCH] fastqc: Correct license attribute --- pkgs/fastqc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }