stacks: Changed license to gpl3Plus

This commit is contained in:
Bruno Bzeznik 2021-08-24 09:47:24 +02:00
parent 474664683c
commit a240cd9f4f

View file

@ -14,6 +14,6 @@ stdenv.mkDerivation rec {
description = "Software pipeline for building loci from short-read sequences";
homepage = "http://catchenlab.life.illinois.edu/stacks/";
maintainers = [ lib.maintainers.bzizou ];
license = lib.licenses.gpl3;
license = lib.licenses.gpl3Plus;
};
}