riemann-tools: add meta-data

see issue #43716
wip/yesman
Pascal Wittmann 6 years ago
parent 7baa750efc
commit 934c71f806
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852
  1. 8
      pkgs/tools/misc/riemann-tools/default.nix

@ -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;
};
}

Loading…
Cancel
Save