mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 20:23:39 +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; {
|
meta = with lib; {
|
||||||
description = "Cython memory pool for RAII-style memory management";
|
description = "Cython memory pool for RAII-style memory management";
|
||||||
homepage = "https://github.com/explosion/cymem";
|
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;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ nickcao ];
|
maintainers = with maintainers; [ nickcao ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user