From ba4c81544acdb2fc64ec23d607ecb4aa6a44d1d1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 7 Sep 2023 10:58:31 +0200 Subject: [PATCH] python310Packages.marisa-trie: add changelog to meta --- pkgs/development/python-modules/marisa-trie/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/marisa-trie/default.nix b/pkgs/development/python-modules/marisa-trie/default.nix index eb5e745edc6f..c912177a967c 100644 --- a/pkgs/development/python-modules/marisa-trie/default.nix +++ b/pkgs/development/python-modules/marisa-trie/default.nix @@ -60,6 +60,7 @@ buildPythonPackage rec { This package provides alternative Cython-based pip-installable Python bindings. ''; homepage = "https://github.com/kmike/marisa-trie"; + changelog = "https://github.com/pytries/marisa-trie/blob/${version}/CHANGES.rst"; license = licenses.mit; maintainers = with maintainers; [ ixxie ]; };