summary refs log tree commit diff
path: root/nixos/modules/programs/calls.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/calls.nix')
-rw-r--r--nixos/modules/programs/calls.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/calls.nix b/nixos/modules/programs/calls.nix
index 7a18982915a..3d757bc1fc3 100644
--- a/nixos/modules/programs/calls.nix
+++ b/nixos/modules/programs/calls.nix
@@ -8,7 +8,7 @@ in {
   options = {
     programs.calls = {
       enable = mkEnableOption (lib.mdDoc ''
-        Whether to enable GNOME calls: a phone dialer and call handler.
+        GNOME calls: a phone dialer and call handler
       '');
     };
   };