python310Packages.bx-python: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-08-11 09:37:36 +02:00 committed by GitHub
parent d6c4f3a4d5
commit 9083fe415b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ];