Software /
code /
clix
Changeset
172:becd3aa26e6f
clix.vcard: Move namespace (back) to Verse following revision eb86e3751978.
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Sat, 08 Jul 2023 02:58:30 +0700 |
parents | 171:eb7625161d76 |
children | 173:9b36119c9900 |
files | clix/vcard.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/clix/vcard.lua Fri Jul 07 22:11:47 2023 +0700 +++ b/clix/vcard.lua Sat Jul 08 02:58:30 2023 +0700 @@ -1,5 +1,5 @@ local t_insert, t_concat = table.insert, table.concat; -local vcard_to_text = require"verse.util.vcard".to_text; +local vcard_to_text = require"verse".to_text; return function (opts, arg) if opts.short_help then