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

This commit is contained in:
Arne Keller
2026-07-04 11:00:47 +00:00
committed by GitHub
@@ -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 ];
};