aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-11-13 13:11:23 +0100
committerLoïc Hoguin <[email protected]>2012-11-13 13:13:10 +0100
commit896fd7e050f7e366607cebb2c343753860e2be97 (patch)
treeb5ee7c7bee6fc3958797c8c3c779452b30c39e16
parentb28c7a5d68c274bfb6bed57a3a851b9dc00fbde2 (diff)
downloadcowboy-896fd7e050f7e366607cebb2c343753860e2be97.tar.gz
cowboy-896fd7e050f7e366607cebb2c343753860e2be97.tar.bz2
cowboy-896fd7e050f7e366607cebb2c343753860e2be97.zip
Add a few more infos to the .app.src for private use
-rw-r--r--src/cowboy.app.src3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cowboy.app.src b/src/cowboy.app.src
index b68ef14..d32262e 100644
--- a/src/cowboy.app.src
+++ b/src/cowboy.app.src
@@ -13,7 +13,10 @@
%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
{application, cowboy, [
+ {id, "Cowboy"},
{description, "Small, fast, modular HTTP server."},
+ {sub_description, "Cowboy is also a socket acceptor pool, "
+ "able to accept connections for any kind of TCP protocol."},
{vsn, "0.7.0"},
{modules, []},
{registered, [cowboy_clock, cowboy_sup]},