From 00556ad7a74760d8e2778b73bb7b1fff0c54afef Mon Sep 17 00:00:00 2001 From: Anantha Kumaran Date: Sun, 2 Aug 2020 19:28:25 +0530 Subject: [PATCH] remove link to beta.hexfaktor.org as the service is discontinued --- .fetch | 0 README.md | 1 - 2 files changed, 1 deletion(-) delete mode 100644 .fetch diff --git a/.fetch b/.fetch deleted file mode 100644 index e69de29b..00000000 diff --git a/README.md b/README.md index a52646b9..eb280850 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![Travis Build Status](https://img.shields.io/travis/akira/exq.svg)](https://travis-ci.org/akira/exq) [![Coveralls Coverage](https://img.shields.io/coveralls/akira/exq.svg)](https://coveralls.io/github/akira/exq) [![Hex.pm Version](https://img.shields.io/hexpm/v/exq.svg)](https://hex.pm/packages/exq) -[![Deps Status](https://beta.hexfaktor.org/badge/all/github/akira/exq.svg?branch=master)](https://beta.hexfaktor.org/github/akira/exq) Exq is a job processing library compatible with Resque / Sidekiq for the [Elixir](http://elixir-lang.org) language. * Exq uses Redis as a store for background processing jobs.