diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2013-11-22 02:29:22 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-11-22 02:29:22 -0500 |
commit | 610e8461bb9b201adbd4bd9257a9bf48be71f62b (patch) | |
tree | 6ca569349369dbaa4ba6c24795d6201303b9d2fa /libraries/luasocket | |
parent | 8fe2e3d82e774b981c041e043ca2f71ed672b493 (diff) | |
download | slackbuilds-610e8461bb9b201adbd4bd9257a9bf48be71f62b.tar.gz |
various: Fix slack-desc formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/luasocket')
-rw-r--r-- | libraries/luasocket/slack-desc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/luasocket/slack-desc b/libraries/luasocket/slack-desc index db7285dc6e..e85c84fc3f 100644 --- a/libraries/luasocket/slack-desc +++ b/libraries/luasocket/slack-desc @@ -11,9 +11,9 @@ luasocket: luasocket: LuaSocket is a Lua extension library that is composed by two parts: a luasocket: C core that provides support for the TCP and UDP transport layers, luasocket: and a set of Lua modules that add support for functionality commonly -luasocket: needed by applications that deal with the Internet. +luasocket: needed by applications that deal with the Internet. luasocket: luasocket: The library is available under the same terms and conditions as the luasocket: Lua language, the MIT license. The idea is that if you can use Lua in -luasocket: a project, you should also be able to use LuaSocket. +luasocket: a project, you should also be able to use LuaSocket. luasocket: |