From 9883a77bbc7d9962b473df5a36e4f9012ffeffd6 Mon Sep 17 00:00:00 2001 From: Jonathan BAUDIN Date: Sat, 9 Sep 2023 14:22:55 +0200 Subject: [PATCH] Fix license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb8a743..7830b03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "dht-pio" version = "0.1.0" edition = "2021" -license = "MIT OR Apache-2.0" +license = "MIT" description = "A DHT Implementation using PIO (Programmable Input/Output), tested on Rasberry Pi Pico" homepage = "https://github.com/jnthbdn/rs-dht-pio" repository = "https://github.com/jnthbdn/rs-dht-pio"