summary refs log tree commit diff
path: root/pkgs/shells/zsh-prezto/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/zsh-prezto/default.nix')
-rw-r--r--pkgs/shells/zsh-prezto/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/zsh-prezto/default.nix b/pkgs/shells/zsh-prezto/default.nix
index 80886e1038bcb..c5f404bbd3fd2 100644
--- a/pkgs/shells/zsh-prezto/default.nix
+++ b/pkgs/shells/zsh-prezto/default.nix
@@ -38,7 +38,7 @@ in stdenv.mkDerivation rec {
   '';
   meta = with stdenv.lib; {
     description = "Prezto is the configuration framework for Zsh; it enriches the command line interface environment with sane defaults, aliases, functions, auto completion, and prompt themes.";
-    homepage = "https://github.com/sorin-ionescu/prezto";
+    homepage = https://github.com/sorin-ionescu/prezto;
     license = licenses.mit;
     maintainers = with maintainers; [ garbas ];
     platforms = with platforms; unix;