mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 16:40:12 +00:00
Merge pull request #50227 from nyanloutre/spaceship-prompt-fix
spaceship-prompt: correct homepage url
This commit is contained in:
commit
7e345e064b
|
@ -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