From 5ab751069b02afd6c83eea10115cbda2e6db3c2a Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Mon, 28 Apr 2025 00:38:51 +0200 Subject: [PATCH] python312Packages.blis: fix changelog --- pkgs/development/python-modules/blis/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/blis/default.nix b/pkgs/development/python-modules/blis/default.nix index 152b63d98f2c..0aabdaea5196 100644 --- a/pkgs/development/python-modules/blis/default.nix +++ b/pkgs/development/python-modules/blis/default.nix @@ -79,7 +79,7 @@ buildPythonPackage rec { }; meta = { - changelog = "https://github.com/explosion/cython-blis/releases/tag/release-${version}"; + changelog = "https://github.com/explosion/cython-blis/releases/tag/release-v${version}"; description = "BLAS-like linear algebra library"; homepage = "https://github.com/explosion/cython-blis"; license = lib.licenses.bsd3;