Unverified Commit 7cc7f7f8 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.tcxreader: add changelog to meta

parent b6f28143
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "A reader for Garmin’s 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 ];
  };