summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authornyanloutre <paul@nyanlout.re>2018-11-11 10:51:06 +0100
committernyanloutre <paul@nyanlout.re>2018-11-11 10:53:51 +0100
commitfb3d15c34c8661e64ffe077b95ad04d9f638dee2 (patch)
treedf86959b2016acca139f2d5ccb73f2c7f1441899 /pkgs/shells
parent880fae6a084a66dae6d92dd5fe4416bd4eed4978 (diff)
downloadnixpkgs-fb3d15c34c8661e64ffe077b95ad04d9f638dee2.tar
nixpkgs-fb3d15c34c8661e64ffe077b95ad04d9f638dee2.tar.gz
nixpkgs-fb3d15c34c8661e64ffe077b95ad04d9f638dee2.tar.bz2
nixpkgs-fb3d15c34c8661e64ffe077b95ad04d9f638dee2.tar.lz
nixpkgs-fb3d15c34c8661e64ffe077b95ad04d9f638dee2.tar.xz
nixpkgs-fb3d15c34c8661e64ffe077b95ad04d9f638dee2.tar.zst
nixpkgs-fb3d15c34c8661e64ffe077b95ad04d9f638dee2.zip
spaceship-prompt: correct homepage url
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/zsh/spaceship-prompt/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];