diff options
author | Kim Alvefur <zash@zash.se> | 2020-07-10 03:33:37 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-07-10 03:33:37 +0200 |
commit | f537afbb8e245beea12af9afa0de12744c6c595a (patch) | |
tree | bd26c375418690facaf6471869dae2196abde513 | |
parent | 947c136c95d5767f83127ee62c30f13f14aea615 (diff) | |
download | prosody-f537afbb8e245beea12af9afa0de12744c6c595a.tar.gz prosody-f537afbb8e245beea12af9afa0de12744c6c595a.zip |
prosodyctl about: Show longer name for luaunbound
luaunbound, lunbound, lua-unbound ... "kärt barn har många namn"
-rwxr-xr-x | prosodyctl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |