Rename app-kmt to app-telnet

This commit is contained in:
20kdc 2020-04-02 22:07:14 +01:00
parent da58c88d0d
commit 2ebc0840ac
4 changed files with 8 additions and 8 deletions

View File

@ -91,9 +91,9 @@ return {
"docs/repoauthors/app-allmem" "docs/repoauthors/app-allmem"
}, },
}, },
["app-kmt"] = { ["app-telnet"] = {
desc = "Line-terminal for MUDs & such", desc = "TELNET client",
v = 2, v = 0,
deps = { deps = {
"neo", "neo",
"zzz-license-pd" "zzz-license-pd"
@ -104,8 +104,8 @@ return {
"docs/repoauthors" "docs/repoauthors"
}, },
files = { files = {
"apps/app-kmt.lua", "apps/app-telnet.lua",
"docs/repoauthors/app-kmt" "docs/repoauthors/app-telnet"
}, },
}, },
["svc-ghostie"] = { ["svc-ghostie"] = {

View File

@ -1,7 +1,7 @@
-- This is released into the public domain. -- This is released into the public domain.
-- No warranty is provided, implied or otherwise. -- No warranty is provided, implied or otherwise.
-- app-kmt.lua : just a utility now -- app-telnet.lua : just a utility now
-- Authors: 20kdc -- Authors: 20kdc
local inet = neo.requireAccess("c.internet", "internet").list()() local inet = neo.requireAccess("c.internet", "internet").list()()

View File

@ -1,2 +0,0 @@
repository/apps/app-kmt.lua: 20kdc, Public Domain

View File

@ -0,0 +1,2 @@
repository/apps/app-telnet.lua: 20kdc, Public Domain