starship: add Frostman to maintainers

This commit is contained in:
Sergey Lukjanov 2020-05-14 12:16:37 -07:00
parent d13fc39d84
commit 2ed4bfd7eb

View File

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