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:
parent
61ca86b054
commit
116acaead7
1 changed files with 0 additions and 3 deletions
|
@ -13,10 +13,7 @@
|
||||||
%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
{application, cowboy, [
|
{application, cowboy, [
|
||||||
{id, "Cowboy"},
|
|
||||||
{description, "Small, fast, modular HTTP server."},
|
{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"},
|
{vsn, "0.8.6"},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, [cowboy_clock, cowboy_sup]},
|
{registered, [cowboy_clock, cowboy_sup]},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue