clang-tools: update maintainers

This commit is contained in:
Patryk Wychowaniec 2021-12-01 21:38:11 +01:00
parent e87aec124e
commit 33b9a3048d
No known key found for this signature in database
GPG key ID: F62547D075E09767

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