@@ -1,3 +1,13 @@
# lua-enet
-Provides a binding to [enet](http://enet.bespin.org/) for lua.
+Bindings to [ENet](http://enet.bespin.org/) for Lua.
+
+## License
+MIT
+## Contact
+Author: Leaf Corcoran ([leafo](http://github.com/leafo))
+Email: <[email protected]>
+Homepage: <http://leafo.net>
@@ -8,7 +8,7 @@ description = {
detailed = [[
Binding to ENet, network communication layer on top of UDP.
]],
- homepage = "http://leafo.net/enet-lua",
+ homepage = "http://leafo.net/lua-enet",
license = "MIT"
}
dependencies = {