python310Packages.cymem: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-09-22 08:47:25 +02:00
committed by GitHub
parent 36b2040b67
commit 57013c96e3
@@ -38,6 +38,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Cython memory pool for RAII-style memory management";
homepage = "https://github.com/explosion/cymem";
changelog = "https://github.com/explosion/cymem/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ ];
};