2
0
leaf corcoran 14 жил өмнө
parent
commit
a1e8e0f52a
2 өөрчлөгдсөн 12 нэмэгдсэн , 2 устгасан
  1. 11 1
      README.md
  2. 1 1
      enet-1.0-0.rockspec

+ 11 - 1
README.md

@@ -1,3 +1,13 @@
 # lua-enet
 # 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>  

+ 1 - 1
enet-1.0-0.rockspec

@@ -8,7 +8,7 @@ description = {
 	detailed = [[
 	detailed = [[
 		Binding to ENet, network communication layer on top of UDP.
 		Binding to ENet, network communication layer on top of UDP.
 	]],
 	]],
-	homepage = "http://leafo.net/enet-lua",
+	homepage = "http://leafo.net/lua-enet",
 	license = "MIT"
 	license = "MIT"
 }
 }
 dependencies = {
 dependencies = {