about summary refs log tree commit diff
path: root/pkgs/applications/networking/ftp/filezilla
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-04-26 22:40:40 +0200
committerPeter Simons <simons@cryp.to>2013-04-26 22:40:40 +0200
commit00101b66fed722abeda8af0a4f15383115df30c9 (patch)
tree3e5b4f7854d44d2207459beecdc66a92f5be63ea /pkgs/applications/networking/ftp/filezilla
parent41dc6930cde29a42423bad78dd337d54937b2dbc (diff)
downloadnixlib-00101b66fed722abeda8af0a4f15383115df30c9.tar
nixlib-00101b66fed722abeda8af0a4f15383115df30c9.tar.gz
nixlib-00101b66fed722abeda8af0a4f15383115df30c9.tar.bz2
nixlib-00101b66fed722abeda8af0a4f15383115df30c9.tar.lz
nixlib-00101b66fed722abeda8af0a4f15383115df30c9.tar.xz
nixlib-00101b66fed722abeda8af0a4f15383115df30c9.tar.zst
nixlib-00101b66fed722abeda8af0a4f15383115df30c9.zip
filezilla: strip trailing whitespace
Diffstat (limited to 'pkgs/applications/networking/ftp/filezilla')
-rw-r--r--pkgs/applications/networking/ftp/filezilla/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/ftp/filezilla/default.nix b/pkgs/applications/networking/ftp/filezilla/default.nix
index 540d7e617e42..24fdd1053417 100644
--- a/pkgs/applications/networking/ftp/filezilla/default.nix
+++ b/pkgs/applications/networking/ftp/filezilla/default.nix
@@ -3,12 +3,12 @@
 let version = "3.6.0.2"; in
 stdenv.mkDerivation {
   name = "filezilla-${version}";
-  
+
   src = fetchurl {
     url = "mirror://sourceforge/project/filezilla/FileZilla_Client/${version}/FileZilla_${version}_src.tar.bz2";
     sha256 = "01n6k1q21i21451rdx3rgc4hhxghdn5b0ldzpjsp44ipgww5wsjk";
   };
-  
+
   configureFlags = [
     "--disable-manualupdatecheck"
   ];