From 56bf398d0caed63ef1d1edfbd35eb5335132aba2 Mon Sep 17 00:00:00 2001 From: Isaiah Becker-Mayer Date: Mon, 3 Jun 2024 15:30:13 -0500 Subject: [PATCH] Updates license field to valid SPDX format (#647) --- curve25519-dalek-derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curve25519-dalek-derive/Cargo.toml b/curve25519-dalek-derive/Cargo.toml index 938144a0f..aed791c78 100644 --- a/curve25519-dalek-derive/Cargo.toml +++ b/curve25519-dalek-derive/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" repository = "https://github.com/dalek-cryptography/curve25519-dalek" homepage = "https://github.com/dalek-cryptography/curve25519-dalek" documentation = "https://docs.rs/curve25519-dalek-derive" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" description = "curve25519-dalek Derives"