spaceship-prompt: correct homepage url

This commit is contained in:
nyanloutre 2018-11-11 10:51:06 +01:00
parent 880fae6a08
commit fb3d15c34c
No known key found for this signature in database
GPG key ID: 194A92D1103ACB2A

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