python313Packages.avidtools: add changelog entry to meta

This commit is contained in:
Fabian Affolter
2025-09-09 20:19:31 +02:00
parent f13dcb1213
commit b5a8a16f7d
@@ -43,6 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Developer tools for AVID";
homepage = "https://github.com/avidml/avidtools";
changelog = "https://github.com/avidml/avidtools/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};