aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index/barrel.mk7
-rw-r--r--index/barrel_tcp.mk7
2 files changed, 7 insertions, 7 deletions
diff --git a/index/barrel.mk b/index/barrel.mk
deleted file mode 100644
index a62169a..0000000
--- a/index/barrel.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-PACKAGES += barrel
-pkg_barrel_name = barrel
-pkg_barrel_description = barrel is a generic TCP acceptor pool with low latency in Erlang.
-pkg_barrel_homepage = https://github.com/benoitc/barrel
-pkg_barrel_fetch = git
-pkg_barrel_repo = https://github.com/benoitc/barrel
-pkg_barrel_commit = master
diff --git a/index/barrel_tcp.mk b/index/barrel_tcp.mk
new file mode 100644
index 0000000..fae8f4d
--- /dev/null
+++ b/index/barrel_tcp.mk
@@ -0,0 +1,7 @@
+PACKAGES += barrel_tcp
+pkg_barrel_tcp_name = barrel_tcp
+pkg_barrel_tcp_description = barrel is a generic TCP acceptor pool with low latency in Erlang.
+pkg_barrel_tcp_homepage = https://github.com/benoitc-attic/barrel_tcp
+pkg_barrel_tcp_fetch = git
+pkg_barrel_tcp_repo = https://github.com/benoitc-attic/barrel_tcp
+pkg_barrel_tcp_commit = master