stacks: Changed license to gpl3Plus
This commit is contained in:
parent
474664683c
commit
a240cd9f4f
@ -14,6 +14,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Software pipeline for building loci from short-read sequences";
|
description = "Software pipeline for building loci from short-read sequences";
|
||||||
homepage = "http://catchenlab.life.illinois.edu/stacks/";
|
homepage = "http://catchenlab.life.illinois.edu/stacks/";
|
||||||
maintainers = [ lib.maintainers.bzizou ];
|
maintainers = [ lib.maintainers.bzizou ];
|
||||||
license = lib.licenses.gpl3;
|
license = lib.licenses.gpl3Plus;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user