diff options
author | Kim Alvefur <zash@zash.se> | 2016-12-05 21:43:09 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-12-05 21:43:09 +0100 |
commit | 1c652e0883116320d34bdf198d6829df78d45e0b (patch) | |
tree | 384e8c57e463e1e8c87a11aff1e6bd4ed9ee0529 | |
parent | b151bd4d64f0e25c7c73acca597eadcbbc1c812e (diff) | |
download | prosody-1c652e0883116320d34bdf198d6829df78d45e0b.tar.gz prosody-1c652e0883116320d34bdf198d6829df78d45e0b.zip |
util.dependencies: Update links for LuaExpat and LuaSec which have moved to new locations
-rw-r--r-- | util/dependencies.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/dependencies.lua b/util/dependencies.lua index ca97afb5..a070807d 100644 --- a/util/dependencies.lua +++ b/util/dependencies.lua @@ -63,7 +63,7 @@ local function check_dependencies() missingdep("luaexpat", { ["Debian/Ubuntu"] = "sudo apt-get install liblua5.1-expat0"; ["luarocks"] = "luarocks install luaexpat"; - ["Source"] = "http://www.keplerproject.org/luaexpat/"; + ["Source"] = "http://matthewwild.co.uk/projects/luaexpat/"; }); fatal = true; end @@ -95,7 +95,7 @@ local function check_dependencies() missingdep("LuaSec", { ["Debian/Ubuntu"] = "http://prosody.im/download/start#debian_and_ubuntu"; ["luarocks"] = "luarocks install luasec"; - ["Source"] = "http://www.inf.puc-rio.br/~brunoos/luasec/"; + ["Source"] = "https://github.com/brunoos/luasec"; }, "SSL/TLS support will not be available"); end |