summary refs log tree commit diff
path: root/pkgs/applications/editors/heme/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/heme/default.nix')
-rw-r--r--pkgs/applications/editors/heme/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/heme/default.nix b/pkgs/applications/editors/heme/default.nix
index c74e47a5243..dce02b56890 100644
--- a/pkgs/applications/editors/heme/default.nix
+++ b/pkgs/applications/editors/heme/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
   '';
   meta = with lib; {
     description = "Portable and fast console hex editor for unix operating systems";
-    homepage = "http://heme.sourceforge.net/";
+    homepage = http://heme.sourceforge.net/;
     license = licenses.gpl2;
     platforms = platforms.linux;
     maintainers = with maintainers; [ cstrahan ];