Unverified Commit 69f51e02 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

ArchiSteamFarm,nixos/ArchiSteamFarm: take maintainership

this is effectively already the case and I most updates in the last
months
parent b8c98932
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -270,6 +270,6 @@ in

  meta = {
    buildDocsInSandbox = false;
    maintainers = with lib.maintainers; [ lom SuperSandro2000 ];
    maintainers = with lib.maintainers; [ SuperSandro2000 ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}