python3Packages.labelbox: fix meta.changelog (#538340)

This commit is contained in:
Arne Keller 2026-07-04 11:00:47 +00:00 committed by GitHub
commit 6eec439e98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -133,7 +133,7 @@ buildPythonPackage rec {
meta = {
description = "Platform API for LabelBox";
homepage = "https://github.com/Labelbox/labelbox-python";
changelog = "https://github.com/Labelbox/labelbox-python/releases/tag/v.${src.tag}";
changelog = "https://github.com/Labelbox/labelbox-python/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ rakesh4g ];
};