summary refs log tree commit diff
path: root/pkgs/development/tools/metals/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/metals/default.nix')
-rw-r--r--pkgs/development/tools/metals/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/metals/default.nix b/pkgs/development/tools/metals/default.nix
index 85a27fd9150..638fae592a5 100644
--- a/pkgs/development/tools/metals/default.nix
+++ b/pkgs/development/tools/metals/default.nix
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = https://scalameta.org/metals/;
+    homepage = "https://scalameta.org/metals/";
     license = licenses.asl20;
     description = "Work-in-progress language server for Scala";
     maintainers = with maintainers; [ ceedubs tomahna ];