mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
fishPlugins.async-prompt: add figsoda to maintainers
This commit is contained in:
@@ -19,6 +19,9 @@ buildFishPlugin rec {
|
||||
description = "Make your prompt asynchronous to improve the reactivity";
|
||||
homepage = "https://github.com/acomagu/fish-async-prompt";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.samasaur ];
|
||||
maintainers = with lib.maintainers; [
|
||||
figsoda
|
||||
samasaur
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user