forked from mirrors/nixpkgs
spaceship-prompt: correct homepage url
This commit is contained in:
parent
880fae6a08
commit
fb3d15c34c
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue