vulkan-tools: Correct description in metadata

Use the github repo here as the homepage as lunarg.com has heaps of
stuff besides these tools.
This commit is contained in:
Joe Hermaszewski 2020-11-16 15:47:55 +08:00
parent 1594881eb6
commit 929db7f52f

@ -30,8 +30,13 @@ stdenv.mkDerivation rec {
];
meta = with stdenv.lib; {
description = "LunarG Vulkan loader";
homepage = "https://www.lunarg.com";
description = "Khronos official Vulkan Tools and Utilities";
longDescription = ''
This project provides Vulkan tools and utilities that can assist
development by enabling developers to verify their applications correct
use of the Vulkan API.
'';
homepage = "https://github.com/KhronosGroup/Vulkan-Tools";
platforms = platforms.linux;
license = licenses.asl20;
maintainers = [ maintainers.ralith ];