about summary refs log tree commit diff
path: root/pkgs/servers/hbase/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/hbase/default.nix')
-rw-r--r--pkgs/servers/hbase/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/hbase/default.nix b/pkgs/servers/hbase/default.nix
index 3d05933f51306..e964e956c55bf 100644
--- a/pkgs/servers/hbase/default.nix
+++ b/pkgs/servers/hbase/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
   '';
   meta = with stdenv.lib; {
     description = "A distributed, scalable, big data store";
-    homepage = https://hbase.apache.org;
+    homepage = "https://hbase.apache.org";
     license = licenses.asl20;
     platforms = stdenv.lib.platforms.linux;
   };