fix license identifier
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ name = "pacdef"
|
|||||||
version = "1.0.0-beta7"
|
version = "1.0.0-beta7"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "declarative package manager for Arch Linux"
|
description = "declarative package manager for Arch Linux"
|
||||||
license = "GPLv3"
|
license = "GPL-3.0-or-later"
|
||||||
repository = "https://github.com/steven-omaha/pacdef"
|
repository = "https://github.com/steven-omaha/pacdef"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["package-manager", "linux", "declarative", "cli"]
|
keywords = ["package-manager", "linux", "declarative", "cli"]
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ name = "pacdef_core"
|
|||||||
version = "1.0.0-beta7"
|
version = "1.0.0-beta7"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "pacdef core library"
|
description = "pacdef core library"
|
||||||
license = "GPLv3"
|
license = "GPL-3.0-or-later"
|
||||||
repository = "https://github.com/steven-omaha/pacdef"
|
repository = "https://github.com/steven-omaha/pacdef"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["package-manager", "linux", "declarative", "cli"]
|
keywords = ["package-manager", "linux", "declarative", "cli"]
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
name = "pacdef_macros"
|
name = "pacdef_macros"
|
||||||
version = "0.1.1"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "GPLv3"
|
license = "GPL-3.0-or-later"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/steven-omaha/pacdef"
|
repository = "https://github.com/steven-omaha/pacdef"
|
||||||
description = "procedural macros for pacdef"
|
description = "procedural macros for pacdef"
|
||||||
|
|||||||
Reference in New Issue
Block a user