forked from mirrors/nixpkgs
Merge pull request #208388 from KyleOndy/add-kyleondy-to-spaceship-maintainers
spaceship-prompt: add kyleondy as maintainer
This commit is contained in:
commit
293a28df6d
|
@ -35,6 +35,6 @@ stdenvNoCC.mkDerivation rec {
|
||||||
changelog = "https://github.com/spaceship-prompt/spaceship-prompt/releases/tag/v${version}";
|
changelog = "https://github.com/spaceship-prompt/spaceship-prompt/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ nyanloutre fortuneteller2k ];
|
maintainers = with maintainers; [ nyanloutre fortuneteller2k kyleondy ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue