Merge pull request #208388 from KyleOndy/add-kyleondy-to-spaceship-maintainers

spaceship-prompt: add kyleondy as maintainer
This commit is contained in:
figsoda 2022-12-30 14:23:29 -05:00 committed by GitHub
commit 293a28df6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,6 @@ stdenvNoCC.mkDerivation rec {
changelog = "https://github.com/spaceship-prompt/spaceship-prompt/releases/tag/v${version}";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ nyanloutre fortuneteller2k ];
maintainers = with maintainers; [ nyanloutre fortuneteller2k kyleondy ];
};
}