diff mbox series

libstd-rs: Correct the license to use Unicode-3.0

Message ID 20250409225639.3968447-1-pkj@axis.com
State New
Headers show
Series libstd-rs: Correct the license to use Unicode-3.0 | expand

Commit Message

Peter Kjellerstedt April 9, 2025, 10:56 p.m. UTC
This was missed in commit 3130069fdebb92f20b962fa8074564a27c3fb6b9.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
 meta/recipes-devtools/rust/libstd-rs_1.85.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/rust/libstd-rs_1.85.1.bb b/meta/recipes-devtools/rust/libstd-rs_1.85.1.bb
index 1994368812..00802f0fd9 100644
--- a/meta/recipes-devtools/rust/libstd-rs_1.85.1.bb
+++ b/meta/recipes-devtools/rust/libstd-rs_1.85.1.bb
@@ -1,7 +1,7 @@ 
 SUMMARY = "Rust standard libaries"
 HOMEPAGE = "http://www.rust-lang.org"
 SECTION = "devel"
-LICENSE = "(MIT | Apache-2.0) & Unicode-TOU"
+LICENSE = "(MIT | Apache-2.0) & Unicode-3.0"
 LIC_FILES_CHKSUM = "file://../../COPYRIGHT;md5=9c0fae516fe8aaea2fb601db4800daf7"
 
 require rust-source.inc