about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/encfs
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-03-03 06:46:13 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-03-03 06:46:30 +0100
commit7886bd9545566f46acdc41eda659cb32a0fc779f (patch)
tree115b611b6db6450796b973ac35dc8da9b1308ac8 /pkgs/tools/filesystems/encfs
parent9d79aa18d31ed4a76b3f0412a411adc7aa46adf9 (diff)
encfs: fix typo
Diffstat (limited to 'pkgs/tools/filesystems/encfs')
-rw-r--r--pkgs/tools/filesystems/encfs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/encfs/default.nix b/pkgs/tools/filesystems/encfs/default.nix
index 0e71f8f9c2bc5..2906e365cb6ec 100644
--- a/pkgs/tools/filesystems/encfs/default.nix
+++ b/pkgs/tools/filesystems/encfs/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     homepage = https://vgough.github.io/encfs;
     description = "Provides an encrypted filesystem in user-space via FUSE";
-    license = with licenses; lgpl;
+    license = with licenses; lgpl2;
     maintainers = with maintainers; [ nckx ];
   };
 }