gocryptfs: fix typo in folder name

This commit is contained in:
Florian Klink 2018-07-05 23:56:06 +02:00
parent be1461fc0a
commit dff0cfc3b0
3 changed files with 1 additions and 1 deletions

View File

@ -2725,7 +2725,7 @@ with pkgs;
goaccess = callPackage ../tools/misc/goaccess { };
gocryptfs = callPackage ../tools/filesystems/gocrypfs { };
gocryptfs = callPackage ../tools/filesystems/gocryptfs { };
godot = callPackage ../development/tools/godot {};