From c85dced23e4d0a0a860371880aad0d8bca83ed6f Mon Sep 17 00:00:00 2001 From: natsukium Date: Sat, 13 May 2023 17:55:53 +0900 Subject: [PATCH] bwa: update license --- pkgs/applications/science/biology/bwa/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/biology/bwa/default.nix b/pkgs/applications/science/biology/bwa/default.nix index aeea7ed26465..36bf2288c540 100644 --- a/pkgs/applications/science/biology/bwa/default.nix +++ b/pkgs/applications/science/biology/bwa/default.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation { meta = with lib; { description = "A software package for mapping low-divergent sequences against a large reference genome, such as the human genome"; - license = licenses.gpl3; + license = licenses.gpl3Plus; homepage = "https://bio-bwa.sourceforge.net/"; maintainers = with maintainers; [ luispedro ]; platforms = platforms.unix;