[package] typo

This commit is contained in:
2023-11-30 21:18:42 +01:00
committed by AR2000
parent 5fce891b64
commit a395eafbe9
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -341,7 +341,7 @@
["description"] = "Vending machine program compatible with libCoin and bank_api",
["authors"] = "AR2000AR",
["dependencies"] = {
["libCoin"] = "oppm",
["libcoin"] = "oppm",
["bank_api"] = "oppm"
},
["archiveName"] = "vending.tar"
Binary file not shown.
+1 -1
View File
@@ -344,7 +344,7 @@
description = "Vending machine program compatible with libCoin and bank_api",
authors = "AR2000AR",
dependencies = {
["libCoin"] = "/",
["libcoin"] = "/",
["bank_api"] = "/"
},
files = {
+1 -1
View File
@@ -7,7 +7,7 @@
["description"] = "Vending machine program compatible with libCoin and bank_api",
["authors"] = "AR2000AR",
["dependencies"] = {
["libCoin"] = "oppm",
["libcoin"] = "oppm",
["bank_api"] = "oppm"
}
}