diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-08-11 09:37:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-11 09:37:36 +0200 |
| commit | 9083fe415bd7f7296da127274de97ecda9c07d23 (patch) | |
| tree | 40e37507c73971a5c17676a7481256d1b52eefdc /pkgs/development/python-modules/bx-python | |
| parent | d6c4f3a4d5658f940c8799cf08d9fd81ef34c133 (diff) | |
python310Packages.bx-python: add changelog to meta
Diffstat (limited to 'pkgs/development/python-modules/bx-python')
| -rw-r--r-- | pkgs/development/python-modules/bx-python/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bx-python/default.nix b/pkgs/development/python-modules/bx-python/default.nix index 91924c46353e..3d26ca5078e8 100644 --- a/pkgs/development/python-modules/bx-python/default.nix +++ b/pkgs/development/python-modules/bx-python/default.nix @@ -29,9 +29,9 @@ buildPythonPackage rec { ''; meta = with lib; { + description = "Tools for manipulating biological data, particularly multiple sequence alignments"; homepage = "https://github.com/bxlab/bx-python"; - description = - "Tools for manipulating biological data, particularly multiple sequence alignments"; + changelog = "https://github.com/bxlab/bx-python/releases/tag/v${version}"; license = licenses.mit; maintainers = [ maintainers.jbedo ]; platforms = [ "x86_64-linux" ]; |
