about summary refs log tree commit diff
path: root/pkgs/shells/rush/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/rush/default.nix')
-rw-r--r--pkgs/shells/rush/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/rush/default.nix b/pkgs/shells/rush/default.nix
index 9db36bc85fcbc..f9e15d4a0b47b 100644
--- a/pkgs/shells/rush/default.nix
+++ b/pkgs/shells/rush/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
          sftp-server or scp, that lack this ability.
       '';
 
-    homepage = https://www.gnu.org/software/rush/;
+    homepage = "https://www.gnu.org/software/rush/";
     license = stdenv.lib.licenses.gpl3Plus;
 
     maintainers = [ stdenv.lib.maintainers.bjg ];