yourkit-java: refine meta info
This commit is contained in:
@@ -31,9 +31,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://www.yourkit.com";
|
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;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ herberteuler ];
|
maintainers = with maintainers; [ herberteuler ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user