nvf: add butzist as maintainer (#1031)

This commit is contained in:
Adam M. Szalkowski 2025-03-20 09:12:19 +01:00 committed by GitHub
parent 6421b5c2d2
commit 09207f8bbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,4 @@
{ lib, ... }:
{
maintainers = [ ];
maintainers = [ lib.maintainers.butzist ];
}