bwa: update license

This commit is contained in:
natsukium 2023-05-13 17:55:53 +09:00
parent 01ddcaa879
commit c85dced23e
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -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;