aboutsummaryrefslogtreecommitdiffstats
path: root/examples/hello_world
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-01-14 22:58:22 +0100
committerLoïc Hoguin <[email protected]>2016-01-14 22:58:22 +0100
commitec82e3548b2cd111b270d0355c5a42a9b1f492a4 (patch)
tree592f50565e97b0c84f7da7062c879693f3ce291e /examples/hello_world
parentcf444960050b6199765c07ad12357afb2d485045 (diff)
downloadcowboy-ec82e3548b2cd111b270d0355c5a42a9b1f492a4.tar.gz
cowboy-ec82e3548b2cd111b270d0355c5a42a9b1f492a4.tar.bz2
cowboy-ec82e3548b2cd111b270d0355c5a42a9b1f492a4.zip
Simplify specifying the Cowboy version in examples
Diffstat (limited to 'examples/hello_world')
-rw-r--r--examples/hello_world/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello_world/Makefile b/examples/hello_world/Makefile
index 85ef7ed..c410b09 100644
--- a/examples/hello_world/Makefile
+++ b/examples/hello_world/Makefile
@@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy Hello World example
PROJECT_VERSION = 1
DEPS = cowboy
-dep_cowboy = git https://github.com/ninenines/cowboy master
+dep_cowboy_commit = master
include ../../erlang.mk