summary refs log tree commit diff
path: root/pkgs/tools/filesystems/sshfs-fuse
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-08-13 20:57:50 +0200
committerVladimír Čunát <vcunat@gmail.com>2018-08-13 20:57:50 +0200
commitded9a4b1aa68b8645271a63e9543ef56177ae642 (patch)
treed351102a17ab05c6e263e970f43ab3b30561112e /pkgs/tools/filesystems/sshfs-fuse
parent98df4f635136e63644cb0ab646b55d60cbb444a4 (diff)
parent5b0398dc36ce5746d8d54e04a1dfcab25939484a (diff)
downloadnixpkgs-ded9a4b1aa68b8645271a63e9543ef56177ae642.tar
nixpkgs-ded9a4b1aa68b8645271a63e9543ef56177ae642.tar.gz
nixpkgs-ded9a4b1aa68b8645271a63e9543ef56177ae642.tar.bz2
nixpkgs-ded9a4b1aa68b8645271a63e9543ef56177ae642.tar.lz
nixpkgs-ded9a4b1aa68b8645271a63e9543ef56177ae642.tar.xz
nixpkgs-ded9a4b1aa68b8645271a63e9543ef56177ae642.tar.zst
nixpkgs-ded9a4b1aa68b8645271a63e9543ef56177ae642.zip
Merge branch 'staging-next' into staging
Commits from master, conflict resolutions, etc.
Diffstat (limited to 'pkgs/tools/filesystems/sshfs-fuse')
-rw-r--r--pkgs/tools/filesystems/sshfs-fuse/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/sshfs-fuse/default.nix b/pkgs/tools/filesystems/sshfs-fuse/default.nix
index b7cccae0f38..187e77533f5 100644
--- a/pkgs/tools/filesystems/sshfs-fuse/default.nix
+++ b/pkgs/tools/filesystems/sshfs-fuse/default.nix
@@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
     inherit (src.meta) homepage;
     description = "FUSE-based filesystem that allows remote filesystems to be mounted over SSH";
     platforms = platforms.linux;
+    license = licenses.gpl2;
     maintainers = with maintainers; [ primeos ];
   };
 }