Skip to content

Commit

Permalink
Add p1_utils to applications, and sort them (processone#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Jan 4, 2021
1 parent 4c2eb53 commit f96e75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xmpp.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{vsn, "1.5.1"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, stringprep, fast_xml, idna, ezlib, fast_tls]},
{applications, [kernel, stdlib, ezlib, fast_tls, fast_xml, idna, p1_utils, stringprep]},
{mod, {xmpp, []}},
{env, []},

Expand Down

0 comments on commit f96e75c

Please sign in to comment.