0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-16 05:00:24 +00:00

Remove unknown keys from .app.src file

This commit is contained in:
Loïc Hoguin 2013-06-27 19:25:43 +02:00
parent 61ca86b054
commit 116acaead7

View file

@ -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]},