python310Packages.cymem: add changelog to meta
This commit is contained in:
@@ -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; [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user