1
0
Fork 1
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:
Sarah Brofeldt 2018-11-11 11:11:55 +01:00 committed by GitHub
commit 7e345e064b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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