Remove oxalica as the maintainer at her request

Added myself as the maintainer for now.
This commit is contained in:
Nigel Banks 2022-02-08 16:25:54 +00:00 committed by Jonathan Ringer
parent 1c7214f164
commit e6c94c7f56
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -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;
};
}