mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
python312Packages.labelbox: update changelog URL
This commit is contained in:
parent
13e8ccc0b8
commit
eace90ea84
@ -99,7 +99,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Platform API for LabelBox";
|
||||
homepage = "https://github.com/Labelbox/labelbox-python";
|
||||
changelog = "https://github.com/Labelbox/labelbox-python/blob/v.${version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/Labelbox/labelbox-python/releases/tag/v.${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ rakesh4g ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user