Add meta information to hbase, bosun, scollector, opentsdb
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user