diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-01-30 14:22:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-30 14:22:39 +0000 |
| commit | 1671d88087730a8509a90ebd109a41dc644cdea1 (patch) | |
| tree | d2519d9b57663be3ec9f399b9f4ee23ca13abad9 | |
| parent | 75aa6fc1d0ec6217af98eb22b56176d3fefdb4b7 (diff) | |
| parent | 3fde59193767c0c43ad26f2694309656792cc577 (diff) | |
| download | packages-1671d88087730a8509a90ebd109a41dc644cdea1.tar.gz packages-1671d88087730a8509a90ebd109a41dc644cdea1.zip | |
Merge pull request #648 from jamesalbert/master
added grafanim
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index fdf3fce..ff89835 100644 --- a/packages.json +++ b/packages.json @@ -8065,5 +8065,18 @@ "description": "Nim wrapper for RocksDB, a persistent key-value store for Flash and RAM Storage.", "license": "Apache v2 or GPLv2", "web": "https://github.com/status-im/nim-rocksdb" + }, + { + "name": "grafanim", + "url": "https://github.com/jamesalbert/grafanim", + "method": "git", + "tags": [ + "library", + "grafana", + "dashboards" + ], + "description": "Grafana module for Nim", + "license": "GPL", + "web": "https://github.com/jamesalbert/grafanim" } ] |
