summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2013-01-08 12:55:55 -0500
committerShea Levy <shea@shealevy.com>2013-01-08 12:55:55 -0500
commita23c70c4929920eb90efe2180b38526f02af6e81 (patch)
treeed43ae38321770941b89872c6cc3496edcbaef9a /pkgs
parent76076ea9cf7612a5666c5180986c6aa4f759f97f (diff)
downloadnixpkgs-a23c70c4929920eb90efe2180b38526f02af6e81.tar
nixpkgs-a23c70c4929920eb90efe2180b38526f02af6e81.tar.gz
nixpkgs-a23c70c4929920eb90efe2180b38526f02af6e81.tar.bz2
nixpkgs-a23c70c4929920eb90efe2180b38526f02af6e81.tar.lz
nixpkgs-a23c70c4929920eb90efe2180b38526f02af6e81.tar.xz
nixpkgs-a23c70c4929920eb90efe2180b38526f02af6e81.tar.zst
nixpkgs-a23c70c4929920eb90efe2180b38526f02af6e81.zip
dd-agent: Add meta
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/dd-agent/default.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/tools/networking/dd-agent/default.nix b/pkgs/tools/networking/dd-agent/default.nix
index c63056d5b67..db53df6dd7b 100644
--- a/pkgs/tools/networking/dd-agent/default.nix
+++ b/pkgs/tools/networking/dd-agent/default.nix
@@ -23,4 +23,16 @@ stdenv.mkDerivation rec {
       mv $out/usr/* $out
       rmdir $out/usr
     '';
+
+    meta = {
+      description = "Event collector for the DataDog analysis service";
+
+      homepage = http://www.datadoghq.com;
+
+      maintainers = [ stdenv.lib.maintainers.shlevy ];
+
+      license = stdenv.lib.licenses.bsd3;
+
+      platforms = stdenv.lib.platforms.all;
+    };
 }