From 2bd985dbb3474952c1c51972409fa53cbf1adbbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 19 Oct 2025 17:40:13 -0700 Subject: [PATCH] python3Packages.surepy: fix meta.changelog --- pkgs/development/python-modules/surepy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/surepy/default.nix b/pkgs/development/python-modules/surepy/default.nix index 154e80a938fd..2f09280b27b0 100644 --- a/pkgs/development/python-modules/surepy/default.nix +++ b/pkgs/development/python-modules/surepy/default.nix @@ -61,7 +61,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python library to interact with the Sure Petcare API"; homepage = "https://github.com/benleb/surepy"; - changelog = "https://github.com/benleb/surepy/releases/tag/v${src.tag}"; + changelog = "https://github.com/benleb/surepy/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; mainProgram = "surepy";