Skip to content

Commit

Permalink
Avoid misuse of included_applications
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Oct 29, 2024
1 parent 77ce12d commit 8ca9506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ibrowse.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
[{description, "Erlang HTTP client application"},
{vsn, "4.4.2"},
{registered, [ibrowse_sup, ibrowse]},
{applications, [kernel,stdlib]},
{included_applications, [ssl]},
{applications, [kernel,stdlib,ssl]},
{included_applications, []},
{env, []},
{mod, {ibrowse_app, []}},
{maintainers, ["Chandrashekhar Mullaparthi"]},
Expand Down

0 comments on commit 8ca9506

Please sign in to comment.