Skip to content

Commit

Permalink
maintainers: add benaryorg (NixOS#338657)
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 authored Sep 1, 2024
2 parents e1167f8 + 4105cdb commit 1dab03c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2447,6 +2447,13 @@
github = "beezow";
githubId = 42082156;
};
benaryorg = {
name = "benaryorg";
email = "[email protected]";
github = "benaryorg";
githubId = 6145260;
keys = [ { fingerprint = "804B 6CB8 AED5 61D9 3DAD 4DC5 E2F2 2C5E DF20 119D"; } ];
};
bendlas = {
email = "[email protected]";
matrix = "@bendlas:matrix.org";
Expand Down
7 changes: 5 additions & 2 deletions nixos/tests/ceph-single-node-bluestore-dmcrypt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ import ./make-test-python.nix (
in
{
name = "basic-single-node-ceph-cluster-bluestore-dmcrypt";
meta = with pkgs.lib.maintainers; {
maintainers = [ nh2 ];
meta = {
maintainers = with lib.maintainers; [
benaryorg
nh2
];
};

nodes = {
Expand Down

0 comments on commit 1dab03c

Please sign in to comment.