aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--luasocket-scm-3.rockspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/luasocket-scm-3.rockspec b/luasocket-scm-3.rockspec
index 0e1b0f9..71f335c 100644
--- a/luasocket-scm-3.rockspec
+++ b/luasocket-scm-3.rockspec
@@ -7,9 +7,9 @@ source = {
7description = { 7description = {
8 summary = "Network support for the Lua language", 8 summary = "Network support for the Lua language",
9 detailed = [[ 9 detailed = [[
10 LuaSocket is a Lua extension library that is composed by two parts: a C core 10 LuaSocket is a Lua extension library composed of two parts: a set of C
11 that provides support for the TCP and UDP transport layers, and a set of Lua 11 modules that provide support for the TCP and UDP transport layers, and a
12 modules that add support for functionality commonly needed by applications 12 set of Lua modules that provide functions commonly needed by applications
13 that deal with the Internet. 13 that deal with the Internet.
14 ]], 14 ]],
15 homepage = "https://github.com/lunarmodules/luasocket", 15 homepage = "https://github.com/lunarmodules/luasocket",