spaceship-prompt: add kyleondy as maintainer

Kyle Ondy uses spaceship-prompt 10+ hours a day, both at work on an M1
macbook and on Intel and AMD machines at home.
This commit is contained in:
Kyle Ondy 2022-12-30 12:45:41 -05:00
parent 6c6409e965
commit 3a7244f68b
No known key found for this signature in database
GPG Key ID: E9375956DCC40875

View File

@ -34,6 +34,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 ];
};
}