From fb3d15c34c8661e64ffe077b95ad04d9f638dee2 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sun, 11 Nov 2018 10:51:06 +0100 Subject: [PATCH] spaceship-prompt: correct homepage url --- pkgs/shells/zsh/spaceship-prompt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/shells/zsh/spaceship-prompt/default.nix b/pkgs/shells/zsh/spaceship-prompt/default.nix index 312b1e79f49..28b116523ac 100644 --- a/pkgs/shells/zsh/spaceship-prompt/default.nix +++ b/pkgs/shells/zsh/spaceship-prompt/default.nix @@ -25,7 +25,7 @@ stdenv.mkDerivation rec{ meta = with stdenv.lib; { description = "Zsh prompt for Astronauts"; - homepage = https://github.com/halfo/lambda-mod-zsh-theme/; + homepage = https://github.com/denysdovhan/spaceship-prompt/; license = licenses.mit; platforms = platforms.linux; maintainers = with maintainers; [ nyanloutre ];