prosodyctl about: Show longer name for luaunbound

luaunbound, lunbound, lua-unbound ... "kärt barn har många namn"
This commit is contained in:
Kim Alvefur 2020-07-10 03:33:37 +02:00
parent 947c136c95
commit f537afbb8e

View file

@ -465,8 +465,8 @@ function commands.about(arg)
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