aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-08-01 12:28:49 +0200
committerLoïc Hoguin <[email protected]>2014-08-01 12:28:49 +0200
commitf54329c90cc207b72936a7cf422c9bb781e92aa0 (patch)
tree736f2a2a20a814cdcccd1aed44c29a04e14418c8
parent77be387230acb8e3077a1b455612cd7a6b9c678c (diff)
downloaderlang.mk-f54329c90cc207b72936a7cf422c9bb781e92aa0.tar.gz
erlang.mk-f54329c90cc207b72936a7cf422c9bb781e92aa0.tar.bz2
erlang.mk-f54329c90cc207b72936a7cf422c9bb781e92aa0.zip
Change ranch URL and version to 1.0.0
-rw-r--r--packages.v2.tsv2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.v2.tsv b/packages.v2.tsv
index 2339394..035e94a 100644
--- a/packages.v2.tsv
+++ b/packages.v2.tsv
@@ -6,5 +6,5 @@ erlydtl git https://github.com/erlydtl/erlydtl master https://github.com/erlydtl
gun git https://github.com/extend/gun master http//ninenines.eu Asynchronous SPDY, HTTP and Websocket client written in Erlang.
jsx git https://github.com/talentdeficit/jsx master https://github.com/talentdeficit/jsx An Erlang application for consuming, producing and manipulating JSON.
proper git https://github.com/manopapad/proper master http://proper.softlab.ntua.gr PropEr: a QuickCheck-inspired property-based testing tool for Erlang.
-ranch git https://github.com/extend/ranch master http://ninenines.eu Socket acceptor pool for TCP protocols.
+ranch git https://github.com/ninenines/ranch 1.0.0 http://ninenines.eu Socket acceptor pool for TCP protocols.
sheriff git https://github.com/extend/sheriff master http://ninenines.eu Parse transform for type based validation.