diff options
author | Loïc Hoguin <[email protected]> | 2014-11-07 14:31:19 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-11-07 14:31:25 +0200 |
commit | f670562a4a9898d22ea256ded06225f38e877f2e (patch) | |
tree | d7e41c8a389e20ba499ebad68716db21b4940e1e /src | |
parent | b57f94661f5fd186f55eb0fead49849e0b1399d1 (diff) | |
download | cowboy-f670562a4a9898d22ea256ded06225f38e877f2e.tar.gz cowboy-f670562a4a9898d22ea256ded06225f38e877f2e.tar.bz2 cowboy-f670562a4a9898d22ea256ded06225f38e877f2e.zip |
Update erlang.mk
This should fix an issue with DEPS on FreeBSD.
Diffstat (limited to 'src')
-rw-r--r-- | src/cowboy.app.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cowboy.app.src b/src/cowboy.app.src index 3f073ee..c168165 100644 --- a/src/cowboy.app.src +++ b/src/cowboy.app.src @@ -15,6 +15,7 @@ {application, cowboy, [ {description, "Small, fast, modular HTTP server."}, {vsn, "1.0.0"}, + {id, "git"}, {modules, []}, {registered, [cowboy_clock, cowboy_sup]}, {applications, [ |