diff options
Diffstat (limited to 'src/ranch.app.src')
-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]}, |