nvf: add butzist as maintainer (#1031)
This commit is contained in:
parent
6421b5c2d2
commit
09207f8bbd
2 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
maintainers = [ ];
|
||||
maintainers = [ lib.maintainers.butzist ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue