Browse Source

Add two values to Ranch application for private use

Loïc Hoguin 12 years ago
parent
commit
3959167adb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/ranch.app.src

+ 2 - 0
src/ranch.app.src

@@ -13,7 +13,9 @@
 %% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 {application, ranch, [
+	{id, "Ranch"},
 	{description, "Socket acceptor pool for TCP protocols."},
+	{sub_description, "Reusable library for building networked applications."},
 	{vsn, "0.4.0"},
 	{modules, []},
 	{registered, [ranch_sup, ranch_server]},