fix license identifier
This commit is contained in:
@@ -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"]
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user