python3Packages.surepy: fix meta.changelog

This commit is contained in:
Robert Schütz
2025-10-19 17:40:33 -07:00
parent d08251c583
commit 2bd985dbb3
@@ -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";