Browse Source

Remove unknown keys from .app.src file

Loïc Hoguin 12 years ago
parent
commit
116acaead7
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/cowboy.app.src

+ 0 - 3
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]},