summary refs log tree commit diff
path: root/pkgs/shells/ksh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/ksh/default.nix')
-rw-r--r--pkgs/shells/ksh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/ksh/default.nix b/pkgs/shells/ksh/default.nix
index 108d1a58758..e27732226f5 100644
--- a/pkgs/shells/ksh/default.nix
+++ b/pkgs/shells/ksh/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
       provides access to the UNIX system and to many other systems, on the
       many different computers and workstations on which it is implemented.
     '';
-    homepage = https://github.com/att/ast;
+    homepage = "https://github.com/att/ast";
     license = licenses.cpl10;
     maintainers = with maintainers; [ ];
     platforms = platforms.all;