From 7886bd9545566f46acdc41eda659cb32a0fc779f Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 3 Mar 2015 06:46:13 +0100 Subject: [PATCH] encfs: fix typo --- pkgs/tools/filesystems/encfs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/filesystems/encfs/default.nix b/pkgs/tools/filesystems/encfs/default.nix index 0e71f8f9c2b..2906e365cb6 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 ]; }; }