aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorJoe Hermaszewski <git@monoid.al>2020-11-16 15:47:55 +0800
committerJoe Hermaszewski <git@monoid.al>2020-11-17 15:08:19 +0800
commit929db7f52fcd8e4bb43f97925649973403f33837 (patch)
tree2a671ccf949d284a64949809fe6581a415676651 /pkgs/tools/graphics
parent1594881eb60f5750bee8012566eb63a2c13c54c5 (diff)
vulkan-tools: Correct description in metadata
Use the github repo here as the homepage as lunarg.com has heaps of stuff besides these tools.
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/vulkan-tools/default.nix9
1 files changed, 7 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/vulkan-tools/default.nix b/pkgs/tools/graphics/vulkan-tools/default.nix
index e320e4e6ef3b..ff620ef8287b 100644
--- a/pkgs/tools/graphics/vulkan-tools/default.nix
+++ b/pkgs/tools/graphics/vulkan-tools/default.nix
@@ -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 ];