summary refs log tree commit diff
path: root/pkgs/applications/misc/hyper
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/hyper')
-rw-r--r--pkgs/applications/misc/hyper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/hyper/default.nix b/pkgs/applications/misc/hyper/default.nix
index f21675e60b2d8..1535b1a2568eb 100644
--- a/pkgs/applications/misc/hyper/default.nix
+++ b/pkgs/applications/misc/hyper/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
   dontPatchELF = true;
   meta = with lib; {
     description = "A terminal built on web technologies";
-    homepage    = https://hyper.is/;
+    homepage    = "https://hyper.is/";
     maintainers = with maintainers; [ puffnfresh ];
     license     = licenses.mit;
     platforms   = [ "x86_64-linux" ];