python3Packages.pymatreader: fix changelog

Gitlab doesn't recognize `refs/tags/TAG`
This commit is contained in:
Acid Bong
2026-05-10 13:38:44 +03:00
parent 0de327bad1
commit aeb9a43290
@@ -44,7 +44,7 @@ buildPythonPackage rec {
meta = {
description = "Python package to read all kinds and all versions of Matlab mat files";
homepage = "https://gitlab.com/obob/pymatreader/";
changelog = "https://gitlab.com/obob/pymatreader/-/blob/${src.rev}/CHANGELOG.md";
changelog = "https://gitlab.com/obob/pymatreader/-/blob/v${version}/CHANGELOG.md";
license = lib.licenses.bsd2;
maintainers = [ ];
};