From aeb9a4329019b762479d52a714ee71b3facec537 Mon Sep 17 00:00:00 2001 From: Acid Bong Date: Sat, 9 May 2026 11:05:48 +0300 Subject: [PATCH] python3Packages.pymatreader: fix changelog Gitlab doesn't recognize `refs/tags/TAG` --- pkgs/development/python-modules/pymatreader/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pymatreader/default.nix b/pkgs/development/python-modules/pymatreader/default.nix index 637c98bea145..2341733292a5 100644 --- a/pkgs/development/python-modules/pymatreader/default.nix +++ b/pkgs/development/python-modules/pymatreader/default.nix @@ -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 = [ ]; };