mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 11:14:36 +02:00
lib: remove maintainers
alias
This commit is contained in:
parent
cb2b76c1a9
commit
d718446b61
26 changed files with 32 additions and 30 deletions
|
@ -10,9 +10,9 @@ helpers.neovim-plugin.mkNeovimPlugin {
|
|||
originalName = "coq_nvim";
|
||||
package = "coq_nvim";
|
||||
|
||||
maintainers = [
|
||||
maintainers.traxys
|
||||
helpers.maintainers.Kareem-Medhat
|
||||
maintainers = with lib.maintainers; [
|
||||
traxys
|
||||
Kareem-Medhat
|
||||
];
|
||||
|
||||
extraOptions = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue