python312Packages.blis: fix changelog

This commit is contained in:
Weijia Wang
2025-04-28 00:38:51 +02:00
parent fd5bdea4f8
commit 5ab751069b
@@ -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;