starship: add filalex77 to maintainers

This commit is contained in:
Oleksii Filonenko 2019-12-03 19:10:55 +02:00
parent ba82899c02
commit 595f97d8f4
No known key found for this signature in database
GPG key ID: F3510FE5691629A1

View file

@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
description = "A minimal, blazing fast, and extremely customizable prompt for any shell";
homepage = "https://starship.rs";
license = licenses.isc;
maintainers = with maintainers; [ bbigras davidtwco ];
maintainers = with maintainers; [ bbigras davidtwco filalex77 ];
platforms = platforms.all;
};
}