Skip to content

Commit

Permalink
work: Update team membership
Browse files Browse the repository at this point in the history
  • Loading branch information
traxys committed Nov 28, 2024
1 parent 220edb4 commit 69c224a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hostconfig/thinkpad-nixos/telescope-team.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ local team_picker = function(opts)
finder = finders.new_table({
results = vim.tbl_map(function(s) return string.format(s, work_domain) end, {
[[Quentin Boyer "<quentin.boyer@%s>"]],
[[Mathieu Barbe "<mathieu.barbe@%s>"]],
[[Philippe Dutrueux "<philippe.dutrueux@%s>"]],
[[Sylvain Goudeau "<sylvain.goudeau@%s>"]],
[[Jonathan Espié--Caullet "<jonathan.espiecaullet@%s>"]],
[[Damien Bergamini "<damien.bergamini@%s>"]],
[[Pedro Martins Basso "<pedro.martinsbasso@%s>"]],
[[Yoann Heitz "<yoann.heitz@%s>"]],
[[Clément Mathieu--Drif "<clement.mathieu--drif@%s>"]],
[[Marie Badaroux "<marie.badaroux@***REMOVED***@%s>"]],
}),
}),
sorter = conf.generic_sorter(opts),
Expand Down

0 comments on commit 69c224a

Please sign in to comment.