about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/system/dell-command-configure/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/system/dell-command-configure/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/system/dell-command-configure/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/tools/system/dell-command-configure/default.nix b/nixpkgs/pkgs/tools/system/dell-command-configure/default.nix
index 2374d36421f7..c029a9877337 100644
--- a/nixpkgs/pkgs/tools/system/dell-command-configure/default.nix
+++ b/nixpkgs/pkgs/tools/system/dell-command-configure/default.nix
@@ -98,7 +98,7 @@ in stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
-    description = "Configure BIOS settings on Dell laptops.";
+    description = "Configure BIOS settings on Dell laptops";
     homepage =
       "https://www.dell.com/support/article/us/en/19/sln311302/dell-command-configure";
     license = licenses.unfree;