python313Packages.flametree: add changelog to meta

This commit is contained in:
Fabian Affolter
2025-08-28 17:39:20 +02:00
parent d5559d2660
commit ff75c009c7
@@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python file and zip operations made easy";
homepage = "https://github.com/Edinburgh-Genome-Foundry/Flametree";
changelog = "https://github.com/Edinburgh-Genome-Foundry/Flametree/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ prusnak ];
};