From e62ba9a0b632aad035db017dba2965002c9d7e2b Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Sun, 9 Oct 2022 08:58:57 -0600 Subject: [PATCH] Fix license name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 562e8ab..b17cc84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" authors = ["Tait Hoyem "] description = "Tired of using a web interface for your VPS, Email, and domain provider? Check out this tool! It's a CLI tool for Lunanode: A Canadian VPS hosting company." -license = "agpl-3-only" +license = "AGPL-3.0-only" readme = "README.md" repository = "https://git.tait.tech/tait/lunanode/" keywords = ["vps", "cli", "email", "domain", "hosting"]