File howdy-nano-bindir.patch of Package howdy
Index: howdy-2.6.1/src/cli/config.py
===================================================================
--- howdy-2.6.1.orig/src/cli/config.py
+++ howdy-2.6.1/src/cli/config.py
@@ -8,7 +8,7 @@ import subprocess
print("Opening config.ini in the default editor")
# Default to the nano editor
-editor = "/bin/nano"
+editor = "/usr/bin/nano"
# Use the user preferred editor if available
if "EDITOR" in os.environ: