From: Thomas Karpiniec <tom.karpiniec@outlook.com>
Date: Tue, 9 Jul 2024 09:14:23 +0000 (+1000)
Subject: Update licence in Cargo.toml
X-Git-Url: https://code.octet-stream.net/netwatcher/commitdiff_plain/refs/heads/main

Update licence in Cargo.toml
---

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"