add jfchevrette as maintainers
This commit is contained in:
parent
314de8ae28
commit
083c3a940e
1 changed files with 1 additions and 1 deletions
|
@ -123,6 +123,6 @@ in vscode-utils.buildVscodeMarketplaceExtension rec {
|
|||
meta = with lib; {
|
||||
license = licenses.mit;
|
||||
platforms = [ "x86_64-linux" "aarch64-darwin" "x86_64-darwin" ];
|
||||
maintainers = [ maintainers.jraygauthier ];
|
||||
maintainers = with maintainers; [ jraygauthier jfchevrette ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue