]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
README.md: add Repology badge
authorJakub Jirutka <jakub@jirutka.cz>
Thu, 4 Aug 2022 15:45:15 +0000 (17:45 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 8 Aug 2022 09:38:45 +0000 (11:38 +0200)
README.md

index 3a2f20aeaf633fa77b069616f08ab1a11cd6183e..31af3ead564438e83e36a4924e95bff0417cf895 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
 [![Build Status](https://gitlab.nic.cz/knot/knot-resolver/badges/nightly/pipeline.svg?x)](https://gitlab.nic.cz/knot/knot-resolver/commits/nightly)
 [![Coverage Status](https://gitlab.nic.cz/knot/knot-resolver/badges/nightly/coverage.svg?x)](https://knot.pages.nic.cz/knot-resolver/)
 [![Documentation Status](https://readthedocs.org/projects/knot-resolver/badge/?version=latest)](https://readthedocs.org/projects/knot-resolver/?badge=latest)
+[![Packaging status](https://repology.org/badge/tiny-repos/knot-resolver.svg)](https://repology.org/project/knot-resolver/versions)
 
 Knot Resolver is a caching full resolver implementation written in C and [LuaJIT][luajit], both a resolver library and a daemon. The core architecture is tiny and efficient, and provides a foundation and
 a state-machine like API for extensions. There are three modules built-in - *iterator*, *validator*, *cache*, and a few more are loaded by default. Most of the [rich features](https://knot-resolver.readthedocs.io/en/latest/config-overview.html) are written in Lua(JIT) and C. Batteries are included, but optional.