ArchiSteamFarm,nixos/ArchiSteamFarm: take maintainership

this is effectively already the case and I most updates in the last
months
This commit is contained in:
Sandro Jäckel 2024-02-19 13:25:57 +01:00
parent b8c9893295
commit 69f51e028a
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 2 additions and 2 deletions

View File

@ -270,6 +270,6 @@ in
meta = {
buildDocsInSandbox = false;
maintainers = with lib.maintainers; [ lom SuperSandro2000 ];
maintainers = with lib.maintainers; [ SuperSandro2000 ];
};
}

View File

@ -76,6 +76,6 @@ buildDotnetModule rec {
homepage = "https://github.com/JustArchiNET/ArchiSteamFarm";
license = licenses.asl20;
mainProgram = "ArchiSteamFarm";
maintainers = with maintainers; [ SuperSandro2000 lom ];
maintainers = with maintainers; [ SuperSandro2000 ];
};
}