about summary refs log tree commit diff
path: root/pkgs/by-name/si/simde
diff options
context:
space:
mode:
authorMatt Whiteley <mwhiteley@fastly.com>2023-11-01 03:31:44 +0000
committerMatt Whiteley <mwhiteley@fastly.com>2023-11-01 03:31:44 +0000
commita1a2af3655d4a75e3b8544ae3a546be1d8e24bf5 (patch)
tree39e505190ca74cc80554b7d63155489b8e08b4f5 /pkgs/by-name/si/simde
parent5a537c306ae1b178216d98005df10187af645822 (diff)
remove period from description
Diffstat (limited to 'pkgs/by-name/si/simde')
-rw-r--r--pkgs/by-name/si/simde/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/si/simde/package.nix b/pkgs/by-name/si/simde/package.nix
index f5dc2969d62a9..f6f3364f210e4 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