mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
tests/ceph: benaryorg as dmcrypt test maintainer
Signed-off-by: benaryorg <binary@benary.org>
This commit is contained in:
parent
287f0f9113
commit
4105cdb446
@ -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