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
+1 -1
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 ];
};
}