Merge pull request #50227 from nyanloutre/spaceship-prompt-fix

spaceship-prompt: correct homepage url
This commit is contained in:
Sarah Brofeldt
2018-11-11 11:11:55 +01:00
committed by GitHub

View File

@@ -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 ];