python313Packages.flametree: add changelog to meta

Changed files
+1
pkgs
development
python-modules
flametree
+1
pkgs/development/python-modules/flametree/default.nix
···
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 ];
};