Remove oxalica as the maintainer at her request

Added myself as the maintainer for now.
main
Nigel Banks 2 years ago committed by Jonathan Ringer
parent 1c7214f164
commit e6c94c7f56
  1. 6
      maintainers/maintainer-list.nix
  2. 2
      pkgs/misc/vscode-extensions/vscode-lldb/default.nix

@ -13842,4 +13842,10 @@
github = "AmeerTaweel";
githubId = 20538273;
};
nigelgbanks = {
name = "Nigel Banks";
email = "nigel.g.banks@gmail.com";
github = "nigelgbanks";
githubId = 487373;
};
}

@ -98,7 +98,7 @@ in stdenv.mkDerivation {
description = "A native debugger extension for VSCode based on LLDB";
homepage = "https://github.com/vadimcn/vscode-lldb";
license = with licenses; [ mit ];
maintainers = with maintainers; [ oxalica ];
maintainers = with maintainers; [ nigelgbanks ];
platforms = platforms.all;
};
}

Loading…
Cancel
Save