maintainers: drop slam-bert

Inactive since 2024.
This commit is contained in:
Wolfgang Walther
2025-12-02 16:34:18 +01:00
parent 668b52ce87
commit 8d4ee719c1
2 changed files with 0 additions and 6 deletions
-5
View File
@@ -24374,11 +24374,6 @@
githubId = 116099351;
name = "Skylar";
};
slam-bert = {
github = "slam-bert";
githubId = 106779009;
name = "Slambert";
};
slashformotion = {
github = "slashformotion";
githubId = 45801817;
-1
View File
@@ -101,6 +101,5 @@ stdenv.mkDerivation (finalAttrs: {
license = if withAngrylionRdpPlus then lib.licenses.unfree else lib.licenses.gpl3Only;
platforms = lib.platforms.linux;
mainProgram = "RMG";
maintainers = with lib.maintainers; [ slam-bert ];
};
})