aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-11-16 00:18:56 +0100
committerLoïc Hoguin <[email protected]>2017-11-16 00:18:56 +0100
commitc8309956c63477465f0a18287f5c9d827e75c201 (patch)
tree02652edcc3ac47ad8af2ac0b086b759d83966042 /ebin
parentaca7a1c5f5353fd3fbf90877a78761590fc08510 (diff)
downloadgun-c8309956c63477465f0a18287f5c9d827e75c201.tar.gz
gun-c8309956c63477465f0a18287f5c9d827e75c201.tar.bz2
gun-c8309956c63477465f0a18287f5c9d827e75c201.zip
Use ci.erlang.mk for managing tested Erlang versions
Diffstat (limited to 'ebin')
-rw-r--r--ebin/gun.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/gun.app b/ebin/gun.app
index 9a728cd..c5dac07 100644
--- a/ebin/gun.app
+++ b/ebin/gun.app
@@ -1,4 +1,4 @@
-{application, gun, [
+{application, 'gun', [
{description, "HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP."},
{vsn, "1.0.0-pre.2"},
{modules, ['gun','gun_app','gun_content_handler','gun_data','gun_http','gun_http2','gun_sse','gun_sup','gun_ws','gun_ws_handler']},