summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/games
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-02-19 13:25:57 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-02-19 13:25:57 +0100
commit69f51e028a484d2ab007c62e0c465527ebd1d616 (patch)
tree951df3ace1091621f20533f7444422b97f4e25c3 /nixos/modules/services/games
parentb8c98932955b84708b039b7b6345462d762597e4 (diff)
ArchiSteamFarm,nixos/ArchiSteamFarm: take maintainership
this is effectively already the case and I most updates in the last months
Diffstat (limited to 'nixos/modules/services/games')
-rw-r--r--nixos/modules/services/games/archisteamfarm.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/games/archisteamfarm.nix b/nixos/modules/services/games/archisteamfarm.nix
index c00ae8116b39..4bb7234f430f 100644
--- a/nixos/modules/services/games/archisteamfarm.nix
+++ b/nixos/modules/services/games/archisteamfarm.nix
@@ -270,6 +270,6 @@ in
meta = {
buildDocsInSandbox = false;
- maintainers = with lib.maintainers; [ lom SuperSandro2000 ];
+ maintainers = with lib.maintainers; [ SuperSandro2000 ];
};
}