diff options
Diffstat (limited to 'index/gen_paxos.mk')
-rw-r--r-- | index/gen_paxos.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/index/gen_paxos.mk b/index/gen_paxos.mk deleted file mode 100644 index 94d5803..0000000 --- a/index/gen_paxos.mk +++ /dev/null @@ -1,7 +0,0 @@ -PACKAGES += gen_paxos -pkg_gen_paxos_name = gen_paxos -pkg_gen_paxos_description = An Erlang/OTP-style implementation of the PAXOS distributed consensus protocol -pkg_gen_paxos_homepage = https://github.com/gburd/gen_paxos -pkg_gen_paxos_fetch = git -pkg_gen_paxos_repo = https://github.com/gburd/gen_paxos -pkg_gen_paxos_commit = master |