maintainers: add benaryorg (#338657)
This commit is contained in:
commit
1dab03cf4a
@ -2447,6 +2447,13 @@
|
|||||||
github = "beezow";
|
github = "beezow";
|
||||||
githubId = 42082156;
|
githubId = 42082156;
|
||||||
};
|
};
|
||||||
|
benaryorg = {
|
||||||
|
name = "benaryorg";
|
||||||
|
email = "binary@benary.org";
|
||||||
|
github = "benaryorg";
|
||||||
|
githubId = 6145260;
|
||||||
|
keys = [ { fingerprint = "804B 6CB8 AED5 61D9 3DAD 4DC5 E2F2 2C5E DF20 119D"; } ];
|
||||||
|
};
|
||||||
bendlas = {
|
bendlas = {
|
||||||
email = "herwig@bendlas.net";
|
email = "herwig@bendlas.net";
|
||||||
matrix = "@bendlas:matrix.org";
|
matrix = "@bendlas:matrix.org";
|
||||||
|
@ -16,8 +16,11 @@ import ./make-test-python.nix (
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
name = "basic-single-node-ceph-cluster-bluestore-dmcrypt";
|
name = "basic-single-node-ceph-cluster-bluestore-dmcrypt";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = {
|
||||||
maintainers = [ nh2 ];
|
maintainers = with lib.maintainers; [
|
||||||
|
benaryorg
|
||||||
|
nh2
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
|
Loading…
Reference in New Issue
Block a user