yourkit-java: refine meta info

This commit is contained in:
Guanpeng Xu
2023-12-30 15:39:37 -08:00
parent dd7a04b36a
commit 7ea650ca3f
@@ -31,9 +31,10 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://www.yourkit.com";
description = "Award winning, fully featured low overhead profiler for Java EE and Java SE platforms.";
description = "Award winning, fully featured low overhead profiler for Java EE and Java SE platforms";
license = licenses.unfree;
maintainers = with maintainers; [ herberteuler ];
platforms = platforms.linux;
sourceProvenance = with sourceTypes; [ binaryBytecode ];
};
}