fishPlugins.autopair: add figsoda as a maintainer
This commit is contained in:
parent
fad7304030
commit
b18978c3f3
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ buildFishPlugin rec {
|
|||
description = "Auto-complete matching pairs in the Fish command line";
|
||||
homepage = "https://github.com/jorgebucaran/autopair.fish";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ kidonng thehedgeh0g ];
|
||||
maintainers = with maintainers; [ figsoda kidonng thehedgeh0g ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue