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

View file

@ -6,6 +6,12 @@
#
# [1]: https://github.com/NixOS/nixpkgs/blob/1da63e6cc622a0cb6fd5b86d49923e4eb1e33b70/maintainers/maintainer-list.nix
{
butzist = {
email = "adam@szalkowski.de";
name = "Adam M. Szalkowski";
github = "butzist";
githubId = 2405792;
};
make-42 = {
email = "ontake@ontake.dev";
name = "Louis Dalibard";