spirv-headers: use clickable homepage

This commit is contained in:
Sandro Jäckel 2022-11-28 05:37:49 +01:00
parent 67762b6317
commit 25dfb66d54
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
inherit (src.meta) homepage;
description = "Machine-readable components of the Khronos SPIR-V Registry";
homepage = "https://github.com/KhronosGroup/SPIRV-Headers";
license = licenses.mit;
maintainers = [ maintainers.ralith ];
};