From a8d636a7c74b370009f174a83278aefac700faa1 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Sat, 6 Feb 2016 15:27:45 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 546ea33..303e2cf 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,7 @@ CREATE INDEX backlog_idx ON backlog USING gin(to_tsvector('simple', message)); ``` Third, install this and set it up via config.ini + +The error image is from [xiprox/ErrorView](https://github.com/xiprox/ErrorView) and under Apache2. + +The rest of this project is available under LGPLv2.1 or later. -- GitLab