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"
},
},
["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"] = {

View File

@ -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()()

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