mirror of
https://github.com/20kdc/OC-KittenOS.git
synced 2024-11-23 02:48:06 +11:00
Rename app-kmt to app-telnet
This commit is contained in:
parent
da58c88d0d
commit
2ebc0840ac
@ -91,9 +91,9 @@ return {
|
||||
"docs/repoauthors/app-allmem"
|
||||
},
|
||||
},
|
||||
["app-kmt"] = {
|
||||
desc = "Line-terminal for MUDs & such",
|
||||
v = 2,
|
||||
["app-telnet"] = {
|
||||
desc = "TELNET client",
|
||||
v = 0,
|
||||
deps = {
|
||||
"neo",
|
||||
"zzz-license-pd"
|
||||
@ -104,8 +104,8 @@ return {
|
||||
"docs/repoauthors"
|
||||
},
|
||||
files = {
|
||||
"apps/app-kmt.lua",
|
||||
"docs/repoauthors/app-kmt"
|
||||
"apps/app-telnet.lua",
|
||||
"docs/repoauthors/app-telnet"
|
||||
},
|
||||
},
|
||||
["svc-ghostie"] = {
|
||||
|
@ -1,7 +1,7 @@
|
||||
-- This is released into the public domain.
|
||||
-- No warranty is provided, implied or otherwise.
|
||||
|
||||
-- app-kmt.lua : just a utility now
|
||||
-- app-telnet.lua : just a utility now
|
||||
-- Authors: 20kdc
|
||||
|
||||
local inet = neo.requireAccess("c.internet", "internet").list()()
|
@ -1,2 +0,0 @@
|
||||
repository/apps/app-kmt.lua: 20kdc, Public Domain
|
||||
|
2
repository/docs/repoauthors/app-telnet
Normal file
2
repository/docs/repoauthors/app-telnet
Normal file
@ -0,0 +1,2 @@
|
||||
repository/apps/app-telnet.lua: 20kdc, Public Domain
|
||||
|
Loading…
Reference in New Issue
Block a user