Software /
code /
prosody
Diff
prosodyctl @ 11006:8ac958938e0f
prosodyctl about: Show longer name for luaunbound
luaunbound, lunbound, lua-unbound ... "kärt barn har många namn"
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 10 Jul 2020 03:33:37 +0200 |
parent | 11005:cff243aafdce |
child | 11133:624eafed3343 |
line wrap: on
line diff
--- a/prosodyctl Fri Jul 10 03:29:06 2020 +0200 +++ b/prosodyctl Fri Jul 10 03:33:37 2020 +0200 @@ -465,8 +465,8 @@ end end if lunbound then - if not module_versions["lunbound"] then - module_versions["lunbound"] = "<= 0.5"; + if not module_versions["luaunbound"] then + module_versions["luaunbound"] = "0.5 (?)"; end library_versions["libunbound"] = lunbound._LIBVER; end