Commit f35eac81 authored by dish's avatar dish
Browse files

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.
parent d8625c1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
})
Loading