From d7e925408aeccd020420f5f9e231ff48d8a27164 Mon Sep 17 00:00:00 2001
From: nbari <nbari@tequila.io>
Date: Thu, 1 Feb 2024 16:57:07 +0100
Subject: [PATCH] Fix license

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 7d9414a..34025fb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ repository = "https://github.com/immortal/fork"
 readme = "README.md"
 keywords = ["fork", "setsid", "daemon", "process", "daemonize"]
 categories = ["command-line-utilities", "os"]
-license-file = "BSD-3-Clause"
+license = "BSD-3-Clause"
 edition = "2021"
 
 [dependencies]