summary refs log tree commit diff
path: root/pkgs/development/libraries/librsync/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/librsync/default.nix')
-rw-r--r--pkgs/development/libraries/librsync/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/libraries/librsync/default.nix b/pkgs/development/libraries/librsync/default.nix
index a0248e774b7..0594e9e6e20 100644
--- a/pkgs/development/libraries/librsync/default.nix
+++ b/pkgs/development/libraries/librsync/default.nix
@@ -17,9 +17,10 @@ stdenv.mkDerivation rec {
   dontStrip = stdenv.hostPlatform != stdenv.buildPlatform;
 
   meta = with lib; {
+    description = "Implementation of the rsync remote-delta algorithm";
     homepage = "http://librsync.sourceforge.net/";
     license = licenses.lgpl2Plus;
-    description = "Implementation of the rsync remote-delta algorithm";
+    mainProgram = "rdiff";
     platforms = platforms.unix;
   };
 }