Add meta information to hbase, bosun, scollector, opentsdb

This commit is contained in:
Oliver Charles
2014-11-24 14:40:48 +00:00
parent abd24523f3
commit 9cab0e1b8a
4 changed files with 28 additions and 0 deletions
+6
View File
@@ -10,4 +10,10 @@ stdenv.mkDerivation {
mkdir -p $out
cp -R * $out
'';
meta = with stdenv.lib; {
description = "A distributed, scalable, big data store";
homepage = https://hbase.apache.org;
license = licenses.asl20;
platforms = stdenv.lib.platforms.linux;
};
}