mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.labelbox: fix meta.changelog (#538340)
This commit is contained in:
commit
6eec439e98
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue