encfs: fix typo
This commit is contained in:
parent
9d79aa18d3
commit
7886bd9545
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user