1
0
mirror of https://github.com/AR2000AR/openComputers_codes.git synced 2025-09-04 12:45:58 +02:00

[package] typo

This commit is contained in:
2023-08-27 19:33:32 +02:00
committed by AR2000
parent 5fce891b64
commit a395eafbe9
4 changed files with 3 additions and 3 deletions

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.

View File

@@ -344,7 +344,7 @@
description = "Vending machine program compatible with libCoin and bank_api",
authors = "AR2000AR",
dependencies = {
["libCoin"] = "/",
["libcoin"] = "/",
["bank_api"] = "/"
},
files = {

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"
}
}