about summary refs log tree commit diff
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
parent880fae6a084a66dae6d92dd5fe4416bd4eed4978 (diff)
downloadnixlib-fb3d15c34c8661e64ffe077b95ad04d9f638dee2.tar
nixlib-fb3d15c34c8661e64ffe077b95ad04d9f638dee2.tar.gz
nixlib-fb3d15c34c8661e64ffe077b95ad04d9f638dee2.tar.bz2
nixlib-fb3d15c34c8661e64ffe077b95ad04d9f638dee2.tar.lz
nixlib-fb3d15c34c8661e64ffe077b95ad04d9f638dee2.tar.xz
nixlib-fb3d15c34c8661e64ffe077b95ad04d9f638dee2.tar.zst
nixlib-fb3d15c34c8661e64ffe077b95ad04d9f638dee2.zip
spaceship-prompt: correct homepage url
-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 312b1e79f49c..28b116523ac0 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 ];