python311Packages.tcxreader: add changelog to meta

This commit is contained in:
Fabian Affolter
2024-02-01 08:19:51 +01:00
committed by GitHub
parent b6f2814318
commit 7cc7f7f86b
@@ -35,6 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A reader for Garmins TCX file format";
homepage = "https://github.com/alenrajsp/tcxreader";
changelog = "https://github.com/alenrajsp/tcxreader/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ firefly-cpp ];
};