about summary refs log tree commit diff
path: root/pkgs/tools/misc/mongodb-compass/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/mongodb-compass/default.nix')
-rw-r--r--pkgs/tools/misc/mongodb-compass/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/mongodb-compass/default.nix b/pkgs/tools/misc/mongodb-compass/default.nix
index 95c87cb35fc6..bdc3ac4ddebd 100644
--- a/pkgs/tools/misc/mongodb-compass/default.nix
+++ b/pkgs/tools/misc/mongodb-compass/default.nix
@@ -81,7 +81,7 @@ in stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     description = "The GUI for MongoDB";
-    homepage = https://www.mongodb.com/products/compass;
+    homepage = "https://www.mongodb.com/products/compass";
     license = licenses.unfree;
     platforms = [ "x86_64-linux" ];
   };