python310Packages.bx-python: add changelog to meta
This commit is contained in:
parent
d6c4f3a4d5
commit
9083fe415b
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@ buildPythonPackage rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
description = "Tools for manipulating biological data, particularly multiple sequence alignments";
|
||||||
homepage = "https://github.com/bxlab/bx-python";
|
homepage = "https://github.com/bxlab/bx-python";
|
||||||
description =
|
changelog = "https://github.com/bxlab/bx-python/releases/tag/v${version}";
|
||||||
"Tools for manipulating biological data, particularly multiple sequence alignments";
|
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.jbedo ];
|
maintainers = [ maintainers.jbedo ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
|
Loading…
Reference in a new issue