Unverified Commit 79f8b6e2 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

maintainers: add m3l6h (#435065)

parents 79513695 97c86063
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -15193,6 +15193,13 @@
    github = "m1dugh";
    githubId = 42266017;
  };
  m3l6h = {
    email = "admin@michaelhollingworth.io";
    name = "Michael Hollingworth";
    github = "m3l6h";
    githubId = 8094643;
    keys = [ { fingerprint = "BAA9 7711 58CA D457 B4AE  8B06 8188 423D 2FA2 0A65"; } ];
  };
  ma27 = {
    email = "maximilian@mbosch.me";
    matrix = "@ma27:nicht-so.sexy";
+9 −0
Original line number Diff line number Diff line
@@ -335,6 +335,10 @@ in

  blink-cmp-words = super.blink-cmp-words.overrideAttrs {
    dependencies = [ self.blink-cmp ];
    meta = {
      description = "Offline word and synonym completion provider for Neovim";
      maintainers = with lib.maintainers; [ m3l6h ];
    };
  };

  bluloco-nvim = super.bluloco-nvim.overrideAttrs {
@@ -1011,6 +1015,11 @@ in
      nvim-treesitter
      nvim-treesitter-textobjects
    ];
    meta = {
      description = "Overloaded ; and , keys in Neovim";
      license = lib.licenses.mit;
      maintainers = with lib.maintainers; [ m3l6h ];
    };
  };

  denops-vim = super.denops-vim.overrideAttrs {