Merge pull request #148169 from Patryk27/clang-tools/change-maintainer

clang-tools: update maintainers
This commit is contained in:
Bobby Rong 2021-12-02 08:55:33 +08:00 committed by GitHub
commit 355128fdfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -8923,7 +8923,7 @@
name = "pasqui23";
};
patryk27 = {
email = "wychowaniec.patryk@gmail.com";
email = "pwychowaniec@pm.me";
github = "Patryk27";
githubId = 3395477;
name = "Patryk Wychowaniec";

View file

@ -34,6 +34,6 @@ in stdenv.mkDerivation {
meta = unwrapped.meta // {
description = "Standalone command line tools for C++ development";
maintainers = with lib.maintainers; [ aherrmann ];
maintainers = with lib.maintainers; [ patryk27 ];
};
}