tandem-aligner: add changelog to meta

This commit is contained in:
natsukium 2023-04-19 18:51:54 +09:00
parent 14d7a73714
commit e201b1556f
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -58,6 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "A parameter-free algorithm for sequence alignment";
homepage = "https://github.com/seryrzu/tandem_aligner";
changelog = "https://github.com/seryrzu/tandem_aligner/releases/tag/v${finalAttrs.version}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ amesgen ];
platforms = lib.platforms.linux;