Unverified Commit 25dfb66d authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

spirv-headers: use clickable homepage

parent 67762b63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };