From 9da385938d212b32770364397966bd8121bae150 Mon Sep 17 00:00:00 2001 From: Diogo Mendes Matsubara Date: Thu, 7 Nov 2024 11:10:48 +0100 Subject: [PATCH] fix: adjust zenoh-plugin-remote-api LICENSE path --- zenoh-plugin-remote-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenoh-plugin-remote-api/Cargo.toml b/zenoh-plugin-remote-api/Cargo.toml index 221afe3..8e64c3a 100644 --- a/zenoh-plugin-remote-api/Cargo.toml +++ b/zenoh-plugin-remote-api/Cargo.toml @@ -87,5 +87,5 @@ name = "zenoh-plugin-remote-api" maintainer = "zenoh-dev@eclipse.org" copyright = "2024 ZettaScale Technology" section = "net" -license-file = ["../../LICENSE", "0"] +license-file = ["../zenoh-ts/LICENSE", "0"] depends = "zenohd (=0.11.0-dev-1)"