forked from mirrors/nixpkgs
Merge pull request #135516 from bzizou/stacks
stacks: Changed license to gpl3Plus
This commit is contained in:
commit
1b78608c69
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue