bwa: update license

This commit is contained in:
natsukium
2023-05-15 16:13:49 +09:00
parent 01ddcaa879
commit c85dced23e
@@ -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;