summary refs log tree commit diff
path: root/pkgs/applications/editors/dhex/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/dhex/default.nix')
-rw-r--r--pkgs/applications/editors/dhex/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/dhex/default.nix b/pkgs/applications/editors/dhex/default.nix
index efb3a2f9ffa..0a635b7ba82 100644
--- a/pkgs/applications/editors/dhex/default.nix
+++ b/pkgs/applications/editors/dhex/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "A themeable hex editor with diff mode";
-    homepage = http://www.dettus.net/dhex/;
+    homepage = "http://www.dettus.net/dhex/";
     license = stdenv.lib.licenses.gpl2;
     maintainers = with stdenv.lib.maintainers; [qknight];
     platforms = with stdenv.lib.platforms; linux;