From 174262433393b1b78d1a03c948f5cc4564ea033b Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Sat, 18 Feb 2023 13:33:57 +0100 Subject: [PATCH] fix license identifier --- Cargo.toml | 2 +- crates/pacdef_core/Cargo.toml | 2 +- crates/pacdef_macros/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8a325fe..9683644 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "pacdef" version = "1.0.0-beta7" edition = "2021" description = "declarative package manager for Arch Linux" -license = "GPLv3" +license = "GPL-3.0-or-later" repository = "https://github.com/steven-omaha/pacdef" readme = "README.md" keywords = ["package-manager", "linux", "declarative", "cli"] diff --git a/crates/pacdef_core/Cargo.toml b/crates/pacdef_core/Cargo.toml index 2052b00..7f201f6 100644 --- a/crates/pacdef_core/Cargo.toml +++ b/crates/pacdef_core/Cargo.toml @@ -3,7 +3,7 @@ name = "pacdef_core" version = "1.0.0-beta7" edition = "2021" description = "pacdef core library" -license = "GPLv3" +license = "GPL-3.0-or-later" repository = "https://github.com/steven-omaha/pacdef" readme = "README.md" keywords = ["package-manager", "linux", "declarative", "cli"] diff --git a/crates/pacdef_macros/Cargo.toml b/crates/pacdef_macros/Cargo.toml index 500364a..e3463ca 100644 --- a/crates/pacdef_macros/Cargo.toml +++ b/crates/pacdef_macros/Cargo.toml @@ -2,7 +2,7 @@ name = "pacdef_macros" version = "0.1.1" edition = "2021" -license = "GPLv3" +license = "GPL-3.0-or-later" readme = "README.md" repository = "https://github.com/steven-omaha/pacdef" description = "procedural macros for pacdef"