about summary refs log tree commit diff
path: root/pkgs/development/tools/mpfshell
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/mpfshell')
-rw-r--r--pkgs/development/tools/mpfshell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/mpfshell/default.nix b/pkgs/development/tools/mpfshell/default.nix
index b44e52aa2bf5..69048acb5baf 100644
--- a/pkgs/development/tools/mpfshell/default.nix
+++ b/pkgs/development/tools/mpfshell/default.nix
@@ -16,7 +16,7 @@ python3Packages.buildPythonPackage rec {
   ];
 
   meta = with lib; {
-    homepage = https://github.com/wendlers/mpfshell;
+    homepage = "https://github.com/wendlers/mpfshell";
     description = "A simple shell based file explorer for ESP8266 Micropython based devices";
     license = licenses.mit;
   };