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

View File

@ -30,8 +30,13 @@ stdenv.mkDerivation rec {
]; ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "LunarG Vulkan loader"; description = "Khronos official Vulkan Tools and Utilities";
homepage = "https://www.lunarg.com"; 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; platforms = platforms.linux;
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.ralith ]; maintainers = [ maintainers.ralith ];