python312Packages.pygobject-stubs: update changelog URL

This commit is contained in:
Fabian Affolter 2024-11-01 08:48:19 +01:00 committed by GitHub
parent ed49c79c5c
commit 1110151637
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "PEP 561 Typing Stubs for PyGObject";
homepage = "https://github.com/pygobject/pygobject-stubs";
changelog = "https://github.com/pygobject/pygobject-stubs/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/pygobject/pygobject-stubs/blob/v${version}/CHANGELOG.md";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ hacker1024 ];
};