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

This commit is contained in:
Fabian Affolter
2025-08-28 17:36:43 +02:00
parent c20e372ed2
commit 9c293c0bc0
@@ -26,6 +26,7 @@ buildPythonPackage rec {
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 ];
};