mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
python312Packages.pygobject-stubs: update changelog URL
This commit is contained in:
parent
ed49c79c5c
commit
1110151637
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user