From 22ee87d87e16e9fe8a2f256e3e2f85d10acfdfe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Fri, 17 Feb 2023 15:56:09 +0100 Subject: [PATCH] Cargo.toml: SPDX format for license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98e1834ee9..16a0892b8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -105,7 +105,7 @@ repository = "https://github.com/nymtech/nym" homepage = "https://nymtech.net" documentation = "https://nymtech.net" edition = "2021" -license = "Apache-2" +license = "Apache-2.0" [workspace.dependencies] async-trait = "0.1.63"