Unverified Commit ba4c8154 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.marisa-trie: add changelog to meta

parent f541a9c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };