encfs: fix typo

This commit is contained in:
Tobias Geerinckx-Rice 2015-03-03 06:46:13 +01:00
parent 9d79aa18d3
commit 7886bd9545

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://vgough.github.io/encfs; homepage = https://vgough.github.io/encfs;
description = "Provides an encrypted filesystem in user-space via FUSE"; description = "Provides an encrypted filesystem in user-space via FUSE";
license = with licenses; lgpl; license = with licenses; lgpl2;
maintainers = with maintainers; [ nckx ]; maintainers = with maintainers; [ nckx ];
}; };
} }