python312Packages.cymem: update meta.changelog

This commit is contained in:
Nick Cao 2024-12-11 09:43:16 -05:00
parent 223c39872e
commit e626888ad9
No known key found for this signature in database

View File

@ -40,7 +40,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}";
changelog = "https://github.com/explosion/cymem/releases/tag/release-v${version}";
license = licenses.mit;
maintainers = with maintainers; [ nickcao ];
};