riemann-tools: add meta-data

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-06 12:29:24 +02:00
parent 7baa750efc
commit 934c71f806
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -1,8 +1,14 @@
{ bundlerEnv }:
{ stdenv, bundlerEnv }:
bundlerEnv {
name = "riemann-tools-0.2.13";
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
meta = {
description = "Tools to submit data to Riemann";
homepage = "https://riemann.io";
license = stdenv.lib.licenses.mit;
};
}