mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
starship: add marsam to maintainers
This commit is contained in:
parent
e9ee34c806
commit
10d6387543
|
@ -36,7 +36,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 filalex77 Frostman ];
|
||||
maintainers = with maintainers; [ bbigras davidtwco filalex77 Frostman marsam ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue