Browse Source

Remove unknown keys from .app.src file

Loïc Hoguin 11 years ago
parent
commit
1cfc4ed0ac
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/ranch.app.src

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