summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2020-12-31 16:55:55 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2020-12-31 16:55:55 +0100
commitb8cba06e08805fe1e8743061494979c8d9b663b9 (patch)
tree1c1fbc07ec44bac13a82793b72b0c82a135251d7 /pkgs/applications/networking/mailreaders
parent2ccf617cacb97735e85c02de9d9673286593ece0 (diff)
mailnag: Fix editor check
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/mailnag/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/mailnag/default.nix b/pkgs/applications/networking/mailreaders/mailnag/default.nix
index 6db43c1e4fc6..1fa9c66c8ff6 100644
--- a/pkgs/applications/networking/mailreaders/mailnag/default.nix
+++ b/pkgs/applications/networking/mailreaders/mailnag/default.nix
@@ -49,7 +49,7 @@ python3Packages.buildPythonApplication rec {
nativeBuildInputs = [
gettext
wrapGAppsHook
- # To later add plugins to
+ # To later add plugins to
xorg.lndir
];