summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-08-11 14:33:17 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-08-11 14:33:17 +0200
commit4622596d636c4d53995fbe73bd06f002447111ff (patch)
tree42bdc14e09f61b277b9272c29977d060f1118204 /pkgs
parent31d2f03fb9a9653e007f9771bacd5127314ec7d8 (diff)
downloadnixlib-4622596d636c4d53995fbe73bd06f002447111ff.tar
nixlib-4622596d636c4d53995fbe73bd06f002447111ff.tar.gz
nixlib-4622596d636c4d53995fbe73bd06f002447111ff.tar.bz2
nixlib-4622596d636c4d53995fbe73bd06f002447111ff.tar.lz
nixlib-4622596d636c4d53995fbe73bd06f002447111ff.tar.xz
nixlib-4622596d636c4d53995fbe73bd06f002447111ff.tar.zst
nixlib-4622596d636c4d53995fbe73bd06f002447111ff.zip
sshfs-fuse: add license
Diffstat (limited to 'pkgs')
-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 6d95d5ee12b5..8202328b4c4e 100644
--- a/pkgs/tools/filesystems/sshfs-fuse/default.nix
+++ b/pkgs/tools/filesystems/sshfs-fuse/default.nix
@@ -29,6 +29,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 ];
   };
 }