mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 11:44:07 +00:00
tandem-aligner: add changelog to meta
This commit is contained in:
parent
14d7a73714
commit
e201b1556f
@ -58,6 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A parameter-free algorithm for sequence alignment";
|
description = "A parameter-free algorithm for sequence alignment";
|
||||||
homepage = "https://github.com/seryrzu/tandem_aligner";
|
homepage = "https://github.com/seryrzu/tandem_aligner";
|
||||||
|
changelog = "https://github.com/seryrzu/tandem_aligner/releases/tag/v${finalAttrs.version}";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
maintainers = with lib.maintainers; [ amesgen ];
|
maintainers = with lib.maintainers; [ amesgen ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user