# HG changeset patch # User Kim Alvefur # Date 1594344817 -7200 # Node ID 8ac958938e0f371990fa6f9a2cf03cc63761e0c6 # Parent cff243aafdce0bdcc492811122f63c4507b4c023 prosodyctl about: Show longer name for luaunbound luaunbound, lunbound, lua-unbound ... "kärt barn har många namn" diff -r cff243aafdce -r 8ac958938e0f prosodyctl --- 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