diff --git a/pkgs/development/python-modules/python-codon-tables/default.nix b/pkgs/development/python-modules/python-codon-tables/default.nix index 50a2c3b8aec6..e1ba3a0b8f5e 100644 --- a/pkgs/development/python-modules/python-codon-tables/default.nix +++ b/pkgs/development/python-modules/python-codon-tables/default.nix @@ -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 ]; };