python312Packages.labelbox: update changelog URL

This commit is contained in:
Fabian Affolter 2024-09-17 08:30:33 +02:00 committed by GitHub
parent 13e8ccc0b8
commit eace90ea84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];
};