starship: add davidtwco as maintainer
This commit is contained in:
parent
9e8e6c8f64
commit
1a61e254a0
@ -20,7 +20,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 ];
|
maintainers = with maintainers; [ bbigras davidtwco ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user