From 69f3a004a99bc783617b7c147820b23c08abe54c Mon Sep 17 00:00:00 2001 From: Awiteb Date: Mon, 20 May 2024 07:56:29 +0300 Subject: [PATCH] chore: Fix the license short identifier --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 636f009..2e6918f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "lprs" version = "1.2.1" edition = "2021" -license = "GPL-3.0-only" +license = "GPL-3.0-or-later" authors = ["Awiteb "] readme = "README.md" description = "A local CLI vaults manager. For human and machine use"