From 18f2e52c414d1c98bbca61288b35f8b43cec9f8b Mon Sep 17 00:00:00 2001 From: Thomas Karpiniec Date: Tue, 9 Jul 2024 19:14:23 +1000 Subject: [PATCH 1/1] Update licence in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d6109a2..0a9eca0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "netwatcher" version = "0.1.0" edition = "2021" -license = "Apache-2.0" +license = "MIT" description = "List network interfaces and watch for changes efficiently" repository = "https://github.com/thombles/netwatcher" readme = "README.md" -- 2.39.5