python3Packages.labelbox: fix meta.changelog
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user