remove period from description

This commit is contained in:
Matt Whiteley 2023-11-01 03:31:44 +00:00
parent 5a537c306a
commit a1a2af3655

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://simd-everywhere.github.io";
description = "Implementations of SIMD instruction sets for systems which don't natively support them.";
description = "Implementations of SIMD instruction sets for systems which don't natively support them";
license = with licenses; [mit];
platforms = flatten (with platforms; [
arm