about summary refs log tree commit diff
path: root/pkgs/shells/bash/5.0.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/bash/5.0.nix')
-rw-r--r--pkgs/shells/bash/5.0.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/bash/5.0.nix b/pkgs/shells/bash/5.0.nix
index 05aaf39b34049..09030493fb608 100644
--- a/pkgs/shells/bash/5.0.nix
+++ b/pkgs/shells/bash/5.0.nix
@@ -98,7 +98,7 @@ stdenv.mkDerivation rec {
     '';
 
   meta = with stdenv.lib; {
-    homepage = https://www.gnu.org/software/bash/;
+    homepage = "https://www.gnu.org/software/bash/";
     description =
       "GNU Bourne-Again Shell, the de facto standard shell on Linux" +
         (if interactive then " (for interactive use)" else "");