nixos/vivid: correct meta.maintainer
`lib.maintainers.blackheaven` does not exist, but the github id matches `lib.maintainers.gdifolco` which corresponds with the author of https://github.com/NixOS/nixpkgs/pull/345656
This commit is contained in:
parent
bc45e0df13
commit
0fc2ab2e0e
@ -59,5 +59,5 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
meta.maintainers = with lib.maintainers; [ blackheaven ];
|
meta.maintainers = with lib.maintainers; [ gdifolco ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user