level-zero: use none marketing page as homepage

This commit is contained in:
Sandro Jäckel 2023-02-28 17:44:51 +01:00 committed by Sandro Jäckel
parent 162af4d0fd
commit a798ab89a5
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -18,8 +18,8 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "https://www.oneapi.io/";
description = "oneAPI Level Zero Specification Headers and Loader";
homepage = "https://github.com/oneapi-src/level-zero";
license = licenses.mit;
maintainers = [ maintainers.ziguana ];
};