verible: add newAM to maintainers
This commit is contained in:
parent
8c88ed91b7
commit
e09f6f4fa1
1 changed files with 1 additions and 1 deletions
|
@ -103,6 +103,6 @@ buildBazelPackage rec {
|
|||
description = "Suite of SystemVerilog developer tools. Including a style-linter, indexer, formatter, and language server.";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ hzeller ];
|
||||
maintainers = with maintainers; [ hzeller newam ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue