From 30c244c039e16f48223d49411182542f71df3e04 Mon Sep 17 00:00:00 2001 From: Anton Smirnov Date: Wed, 4 Apr 2018 03:53:48 +0300 Subject: [PATCH] Use shields.io for badges --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cb1d23..4af87ec 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # journald-native [![Gem](https://img.shields.io/gem/v/journald-native.svg)](https://rubygems.org/gems/journald-native) -[![Reference Status](https://www.versioneye.com/ruby/journald-native/reference_badge.svg)](https://www.versioneye.com/ruby/journald-native/references) +[![License](https://img.shields.io/github/license/sandfoxme/journald-native.svg)](https://www.gnu.org/licenses/lgpl-2.1.txt) +[![Coverity Scan](https://img.shields.io/coverity/scan/15382.svg)](https://scan.coverity.com/projects/sandfoxme-journald-native) A systemd-journal native logging lib wrapper. [See sd-journal help for more info](http://www.freedesktop.org/software/systemd/man/sd_journal_print.html)