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:
@@ -59,5 +59,5 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ blackheaven ];
|
||||
meta.maintainers = with lib.maintainers; [ gdifolco ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user