Commit ebe20c9d authored by qbisi's avatar qbisi Committed by Masum Reza
Browse files

pocl: fix description

parent 7a9e0eaa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;