pocl: fix description

This commit is contained in:
qbisi
2025-04-19 04:53:40 +08:00
committed by Masum Reza
parent 7a9e0eaa6a
commit ebe20c9dbc
+1 -1
View File
@@ -119,7 +119,7 @@ stdenv.mkDerivation (finalAttrs: {
setupHook = ./setup-hook.sh;
meta = {
description = "A portable open source (MIT-licensed) implementation of the OpenCL standard";
description = "portable open source (MIT-licensed) implementation of the OpenCL standard";
homepage = "http://portablecl.org";
changelog = "https://github.com/pocl/pocl/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;