about summary refs log tree commit diff
path: root/pkgs/applications/backup/urbackup-client/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/backup/urbackup-client/default.nix')
-rw-r--r--pkgs/applications/backup/urbackup-client/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/backup/urbackup-client/default.nix b/pkgs/applications/backup/urbackup-client/default.nix
index 3e6158f69ab51..e78b02491f071 100644
--- a/pkgs/applications/backup/urbackup-client/default.nix
+++ b/pkgs/applications/backup/urbackup-client/default.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
   enableParallelBuilding = true;
 
   meta = with lib; {
-    description = "An easy to setup Open Source client/server backup system";
+    description = "Easy to setup Open Source client/server backup system";
     longDescription = "An easy to setup Open Source client/server backup system, that through a combination of image and file backups accomplishes both data safety and a fast restoration time";
     homepage = "https://www.urbackup.org/index.html";
     license = licenses.agpl3Plus;