From 116acaead7c988bf292bdae68e9016ef962553da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 27 Jun 2013 19:25:43 +0200 Subject: Remove unknown keys from .app.src file --- src/cowboy.app.src | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/cowboy.app.src b/src/cowboy.app.src index 1e66532..0c4a5b1 100644 --- a/src/cowboy.app.src +++ b/src/cowboy.app.src @@ -13,10 +13,7 @@ %% 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.8.6"}, {modules, []}, {registered, [cowboy_clock, cowboy_sup]}, -- cgit v1.2.3