summary refs log tree commit diff
path: root/pkgs/applications/editors/hexcurse/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/hexcurse/default.nix')
-rw-r--r--pkgs/applications/editors/hexcurse/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/hexcurse/default.nix b/pkgs/applications/editors/hexcurse/default.nix
index 17bb9739b9b..5c0f2ee18e1 100644
--- a/pkgs/applications/editors/hexcurse/default.nix
+++ b/pkgs/applications/editors/hexcurse/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
   
   meta = with lib; {
     description = "ncurses-based console hexeditor written in C";
-    homepage = "https://github.com/LonnyGomes/hexcurse";
+    homepage = https://github.com/LonnyGomes/hexcurse;
     license = licenses.gpl2;
     platforms = platforms.linux;
     maintainers = with maintainers; [ cstrahan ];