summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-12-03 16:11:57 +0000
committerPeter Simons <simons@cryp.to>2011-12-03 16:11:57 +0000
commit72e5c8176e7a1ac2e9d2094ec21e90af225fe5bf (patch)
treee477041f980f26428774243d8067a860ccb8b823 /pkgs/applications/networking/sync
parent74d61459173e0ac7ad7aa9210985da40c5f1d285 (diff)
downloadnixpkgs-72e5c8176e7a1ac2e9d2094ec21e90af225fe5bf.tar
nixpkgs-72e5c8176e7a1ac2e9d2094ec21e90af225fe5bf.tar.gz
nixpkgs-72e5c8176e7a1ac2e9d2094ec21e90af225fe5bf.tar.bz2
nixpkgs-72e5c8176e7a1ac2e9d2094ec21e90af225fe5bf.tar.lz
nixpkgs-72e5c8176e7a1ac2e9d2094ec21e90af225fe5bf.tar.xz
nixpkgs-72e5c8176e7a1ac2e9d2094ec21e90af225fe5bf.tar.zst
nixpkgs-72e5c8176e7a1ac2e9d2094ec21e90af225fe5bf.zip
rsync: stripped trailing whitespace
svn path=/nixpkgs/trunk/; revision=30715
Diffstat (limited to 'pkgs/applications/networking/sync')
-rw-r--r--pkgs/applications/networking/sync/rsync/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/sync/rsync/default.nix b/pkgs/applications/networking/sync/rsync/default.nix
index 924b92529a6..343895e0877 100644
--- a/pkgs/applications/networking/sync/rsync/default.nix
+++ b/pkgs/applications/networking/sync/rsync/default.nix
@@ -6,7 +6,7 @@ assert enableACLs -> acl != null;
 
 stdenv.mkDerivation {
   name = "rsync-3.0.9";
-  
+
   src = fetchurl {
     url = http://rsync.samba.org/ftp/rsync/src/rsync-3.0.9.tar.gz;
     sha256 = "01bw4klqsrlhh3i9lazd485sd9qx5djvnwa21lj2h3a9sn6hzw9h";