about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/graphics/wgpu-utils/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/graphics/wgpu-utils/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/graphics/wgpu-utils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/tools/graphics/wgpu-utils/default.nix b/nixpkgs/pkgs/tools/graphics/wgpu-utils/default.nix
index 1151d8f04f37..236cf3f7a7fa 100644
--- a/nixpkgs/pkgs/tools/graphics/wgpu-utils/default.nix
+++ b/nixpkgs/pkgs/tools/graphics/wgpu-utils/default.nix
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
   '';
 
   meta = with lib; {
-    description = "Safe and portable GPU abstraction in Rust, implementing WebGPU API.";
+    description = "Safe and portable GPU abstraction in Rust, implementing WebGPU API";
     homepage = "https://wgpu.rs/";
     license = with licenses; [ asl20 /* or */ mit ];
     maintainers = with maintainers; [ erictapen ];