summary refs log tree commit diff
path: root/pkgs/development/tools/misc/dfu-util/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/misc/dfu-util/default.nix')
-rw-r--r--pkgs/development/tools/misc/dfu-util/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/dfu-util/default.nix b/pkgs/development/tools/misc/dfu-util/default.nix
index bf1effbe71a..ecd40f20fd4 100644
--- a/pkgs/development/tools/misc/dfu-util/default.nix
+++ b/pkgs/development/tools/misc/dfu-util/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
       phones. With dfu-util you are able to download firmware to your device or
       upload firmware from it.
     '';
-    homepage = http://dfu-util.sourceforge.net;
+    homepage = "http://dfu-util.sourceforge.net";
     license = licenses.gpl2Plus;
     platforms = platforms.unix;
     maintainers = [ maintainers.fpletz ];