diff options
author | Loïc Hoguin <[email protected]> | 2013-06-27 19:29:26 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-06-27 19:29:26 +0200 |
commit | 1cfc4ed0acab89b9531ac36f5ff06eaa862c6cd2 (patch) | |
tree | ed0df925f5242f5b753ecb3a81daa0ce497d14a7 | |
parent | 4f70a16bbe08e446e8fec248ca345d5f8e7df038 (diff) | |
download | ranch-1cfc4ed0acab89b9531ac36f5ff06eaa862c6cd2.tar.gz ranch-1cfc4ed0acab89b9531ac36f5ff06eaa862c6cd2.tar.bz2 ranch-1cfc4ed0acab89b9531ac36f5ff06eaa862c6cd2.zip |
Remove unknown keys from .app.src file
-rw-r--r-- | src/ranch.app.src | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ranch.app.src b/src/ranch.app.src index 3884c6b..cf80068 100644 --- a/src/ranch.app.src +++ b/src/ranch.app.src @@ -13,9 +13,7 @@ %% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. {application, ranch, [ - {id, "Ranch"}, {description, "Socket acceptor pool for TCP protocols."}, - {sub_description, "Reusable library for building networked applications."}, {vsn, "0.8.4"}, {modules, []}, {registered, [ranch_sup, ranch_server]}, |