python313Packages.python-codon-tables: add changelog to meta

Changed files
+1
pkgs
development
python-modules
python-codon-tables
+1
pkgs/development/python-modules/python-codon-tables/default.nix
···
meta = with lib; {
homepage = "https://github.com/Edinburgh-Genome-Foundry/codon-usage-tables";
description = "Codon Usage Tables for Python, from kazusa.or.jp";
+
changelog = "https://github.com/Edinburgh-Genome-Foundry/python_codon_tables/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ prusnak ];
};