mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
python312Packages.cymem: update meta.changelog
This commit is contained in:
parent
223c39872e
commit
e626888ad9
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user