summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-05-07 22:47:58 +0200
committerlassulus <lass@aidsballs.de>2015-05-07 22:47:58 +0200
commitd62204a1d2c30a7f963d95da0a152c7b26e23daa (patch)
tree70734021b2d55b2b15ef2a6903eedede60d9a0a2 /pkgs/tools
parentb421fc0686232fb2e1ff723d6ae2295345db007b (diff)
downloadnixpkgs-d62204a1d2c30a7f963d95da0a152c7b26e23daa.tar
nixpkgs-d62204a1d2c30a7f963d95da0a152c7b26e23daa.tar.gz
nixpkgs-d62204a1d2c30a7f963d95da0a152c7b26e23daa.tar.bz2
nixpkgs-d62204a1d2c30a7f963d95da0a152c7b26e23daa.tar.lz
nixpkgs-d62204a1d2c30a7f963d95da0a152c7b26e23daa.tar.xz
nixpkgs-d62204a1d2c30a7f963d95da0a152c7b26e23daa.tar.zst
nixpkgs-d62204a1d2c30a7f963d95da0a152c7b26e23daa.zip
s3fs: fix typo in name
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/filesystems/s3fs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/s3fs/default.nix b/pkgs/tools/filesystems/s3fs/default.nix
index 4c509444b74..c39f5cba775 100644
--- a/pkgs/tools/filesystems/s3fs/default.nix
+++ b/pkgs/tools/filesystems/s3fs/default.nix
@@ -1,7 +1,7 @@
 {stdenv, fetchurl, autoconf, automake, pkgconfig, curl, openssl, libxml2, fuse}:
 
 stdenv.mkDerivation {
-  name = "sshfs-fuse-1.78";
+  name = "s3fs-fuse-1.78";
   src = fetchurl {
     url = https://github.com/s3fs-fuse/s3fs-fuse/archive/v1.78.tar.gz;
     sha256 = "1xcp0bqa4a2ynjn5phb1pj70wm322czhqp4qcb27d5jd545b1h1n";