diff --git a/pkgs/development/python-modules/cymem/default.nix b/pkgs/development/python-modules/cymem/default.nix index b49cb89c7560..c5b35087b0e3 100644 --- a/pkgs/development/python-modules/cymem/default.nix +++ b/pkgs/development/python-modules/cymem/default.nix @@ -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 ]; };