about summary refs log tree commit diff
path: root/pkgs/applications/misc/multisync/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/multisync/default.nix')
-rw-r--r--pkgs/applications/misc/multisync/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/multisync/default.nix b/pkgs/applications/misc/multisync/default.nix
index 8fd0435396982..fc55b275dd0a8 100644
--- a/pkgs/applications/misc/multisync/default.nix
+++ b/pkgs/applications/misc/multisync/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
   preConfigure = "./autogen.sh"; # install.sh is not contained in the tar
 
   meta = {
-    description = "modular program to synchronize calendars, addressbooks and other PIM data between pcs, mobile devices etc";
+    description = "Modular program to synchronize calendars, addressbooks and other PIM data between pcs, mobile devices etc";
   };
 }