1
0
mirror of https://github.com/AR2000AR/openComputers_codes.git synced 2025-09-06 21:51:14 +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", ["description"] = "Vending machine program compatible with libCoin and bank_api",
["authors"] = "AR2000AR", ["authors"] = "AR2000AR",
["dependencies"] = { ["dependencies"] = {
["libCoin"] = "oppm", ["libcoin"] = "oppm",
["bank_api"] = "oppm" ["bank_api"] = "oppm"
}, },
["archiveName"] = "vending.tar" ["archiveName"] = "vending.tar"

Binary file not shown.

View File

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

View File

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