From f670562a4a9898d22ea256ded06225f38e877f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 7 Nov 2014 14:31:19 +0200 Subject: Update erlang.mk This should fix an issue with DEPS on FreeBSD. --- src/cowboy.app.src | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cowboy.app.src') 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, [ -- cgit v1.2.3