opentracing-cpp: add meta

(cherry picked from commit 0b695b6682a5e8d391a5dcf81329ddec527c0eb5)
This commit is contained in:
Rob Vermaas 2018-10-23 18:01:34 +02:00
parent 87de9f7e89
commit a286d29399

View file

@ -8,5 +8,13 @@ stdenv.mkDerivation {
sha256 = "09hxj59vvz1ncbx4iblgfc3b5i74hvb3vx5245bwwwfkx5cnj1gg";
};
buildInputs = [ cmake ];
meta = {
description = "C++ implementation of the OpenTracing API";
homepage = http://opentracing.io;
license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [ rob ];
};
}