From a1a2af3655d4a75e3b8544ae3a546be1d8e24bf5 Mon Sep 17 00:00:00 2001 From: Matt Whiteley Date: Wed, 1 Nov 2023 03:31:44 +0000 Subject: [PATCH] remove period from description --- pkgs/by-name/si/simde/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/si/simde/package.nix b/pkgs/by-name/si/simde/package.nix index f5dc2969d62a..f6f3364f210e 100644 --- a/pkgs/by-name/si/simde/package.nix +++ b/pkgs/by-name/si/simde/package.nix @@ -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