coc-*: remove myself from maintainers

I never used any of these packages, and its just easier for me if I'm no
longer a maintainer. Either someone else can pick them up, or they can
get dropped from the tree.
This commit is contained in:
dish
2026-02-12 14:00:07 -05:00
parent d8625c1de1
commit f35eac813e
37 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -24,6 +24,6 @@ buildNpmPackage {
description = "clangd extension for coc.nvim";
homepage = "https://github.com/clangd/coc-clangd";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -38,6 +38,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Css language server extension for coc.nvim";
homepage = "https://github.com/neoclide/coc-css";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -43,6 +43,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Diagnostic-languageserver extension for coc.nvim";
homepage = "https://github.com/iamcco/coc-diagnostic";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -24,6 +24,6 @@ buildNpmPackage (finalAttrs: {
description = "Docker language server extension using dockerfile-language-server-nodejs for coc.nvim";
homepage = "https://github.com/josa42/coc-docker";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -40,6 +40,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Emmet extension for coc.nvim";
homepage = "https://github.com/neoclide/coc-emmet";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -24,6 +24,6 @@ buildNpmPackage (finalAttrs: {
description = "Eslint extension for coc.nvim";
homepage = "https://github.com/neoclide/coc-eslint";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -40,6 +40,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Explorer for coc.nvim";
homepage = "https://github.com/weirongxu/coc-explorer";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -67,6 +67,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Flutter support for (Neo)vim";
homepage = "https://github.com/iamcco/coc-flutter";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -30,6 +30,6 @@ buildNpmPackage (finalAttrs: {
description = "Git integration of coc.nvim";
homepage = "https://github.com/neoclide/coc-git";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -26,6 +26,6 @@ buildNpmPackage (finalAttrs: {
description = "Haxe language server extension for coc.nvim";
homepage = "https://github.com/vantreeseba/coc-haxe";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -40,6 +40,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Highlight extension for coc.nvim";
homepage = "https://github.com/neoclide/coc-highlight";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -38,6 +38,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Html language server extension for coc.nvim";
homepage = "https://github.com/neoclide/coc-html";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -24,6 +24,6 @@ buildNpmPackage (finalAttrs: {
description = "Java extension for coc.nvim";
homepage = "https://github.com/neoclide/coc-java";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -29,6 +29,6 @@ buildNpmPackage {
description = "Jest extension for coc.nvim";
homepage = "https://github.com/neoclide/coc-jest";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -26,6 +26,6 @@ buildNpmPackage (finalAttrs: {
description = "JSON language extension for coc.nvim";
homepage = "https://github.com/neoclide/coc-json";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -26,6 +26,6 @@ buildNpmPackage (finalAttrs: {
description = "Common lists for coc.nvim";
homepage = "https://github.com/neoclide/coc-lists";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -24,6 +24,6 @@ buildNpmPackage {
description = "Markdownlint extension for coc.nvim";
homepage = "https://github.com/fannheyward/coc-markdownlint";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -66,6 +66,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "nginx-language-server extension for coc.nvim";
homepage = "https://github.com/yaegassy/coc-nginx";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -27,6 +27,6 @@ buildNpmPackage (finalAttrs: {
description = "Basic auto pairs extension for coc.nvim";
homepage = "https://github.com/neoclide/coc-pairs";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -26,6 +26,6 @@ buildNpmPackage (finalAttrs: {
description = "Prettier extension for coc.nvim";
homepage = "https://github.com/neoclide/coc-prettier";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -25,6 +25,6 @@ buildNpmPackage {
description = "Pyright extension for coc.nvim";
homepage = "https://github.com/fannheyward/coc-pyright";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -40,6 +40,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "R LSP client for coc.nvim";
homepage = "https://github.com/neoclide/coc-r-lsp";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
@@ -24,6 +24,6 @@ buildNpmPackage {
description = "Rust-analyzer extension for coc.nvim";
homepage = "https://github.com/fannheyward/coc-rust-analyzer";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -29,6 +29,6 @@ buildNpmPackage (finalAttrs: {
description = "bash-language-server for coc.nvim";
homepage = "https://github.com/josa42/coc-sh";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -66,6 +66,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Make jump to character easier";
homepage = "https://github.com/neoclide/coc-smartf";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -26,6 +26,6 @@ buildNpmPackage (finalAttrs: {
description = "Snippets solution for coc.nvim";
homepage = "https://github.com/neoclide/coc-snippets";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -68,6 +68,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Solargraph extension for coc.nvim";
homepage = "https://github.com/neoclide/coc-solargraph";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
@@ -41,6 +41,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Basic spell checker that works well with camelCase code for (Neo)vim";
homepage = "https://github.com/iamcco/coc-spell-checker";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -66,6 +66,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "SQLFluff extension for coc.nvim";
homepage = "https://github.com/yaegassy/coc-sqlfluff";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -46,6 +46,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Stylelint extension for coc.nvim";
homepage = "https://github.com/neoclide/coc-stylelint";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -68,6 +68,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Tabnine extension for coc.nvim";
homepage = "https://github.com/neoclide/coc-tabnine";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -66,6 +66,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "TexLab extension for coc.nvim";
homepage = "https://github.com/fannheyward/coc-texlab";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -40,6 +40,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "vim-language-server extension for coc.nvim";
homepage = "https://github.com/iamcco/coc-vimlsp";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -36,6 +36,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "VimTeX extension for coc.nvim";
homepage = "https://github.com/neoclide/coc-vimtex";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -46,6 +46,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Wxml extension for coc.nvim";
homepage = "https://github.com/neoclide/coc-wxml";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -29,6 +29,6 @@ buildNpmPackage (finalAttrs: {
description = "Yaml language server extension for coc.nvim";
homepage = "https://github.com/neoclide/coc-yaml";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -57,6 +57,6 @@ buildNpmPackage (finalAttrs: {
description = "Yank highlight and persist yank history support for vim";
homepage = "https://github.com/neoclide/coc-yank";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
})