summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-11-13 13:11:50 +0100
committerLoïc Hoguin <[email protected]>2012-11-13 13:12:23 +0100
commitd9f06ebc5625ac63203122e086b484a422da08fd (patch)
treeebd6fb36ae3704fda2468007e0e3c6e6e3b89ffd
parent2134032318ffc1160d40750a68c1905d3ef6f6c4 (diff)
downloadbullet-d9f06ebc5625ac63203122e086b484a422da08fd.tar.gz
bullet-d9f06ebc5625ac63203122e086b484a422da08fd.tar.bz2
bullet-d9f06ebc5625ac63203122e086b484a422da08fd.zip
Add a few more infos to the .app.src for private use
-rw-r--r--src/bullet.app.src5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bullet.app.src b/src/bullet.app.src
index 489def7..e727d17 100644
--- a/src/bullet.app.src
+++ b/src/bullet.app.src
@@ -13,8 +13,11 @@
%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
{application, bullet, [
+ {id, "Bullet"},
{description,
- "Simple, reliable, efficient streaming between JS and Cowboy."},
+ "Simple, reliable, efficient streaming for Cowboy."},
+ {sub_description, "Bullet is a permanent bidirectional connection "
+ "between the browser and the server."},
{vsn, "0.2.3"},
{modules, []},
{registered, []},