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:
Peder Bergebakken Sundt
2025-06-02 02:48:30 +02:00
parent bc45e0df13
commit 0fc2ab2e0e
+1 -1
View File
@@ -59,5 +59,5 @@ in
];
};
meta.maintainers = with lib.maintainers; [ blackheaven ];
meta.maintainers = with lib.maintainers; [ gdifolco ];
}