maintainers: remove f4814n

(cherry picked from commit a08d0192d8)
This commit is contained in:
Hythera 2026-06-20 22:16:47 +02:00 committed by github-actions[bot]
commit 2fdb2e1f6f
4 changed files with 2 additions and 12 deletions

View file

@ -8614,12 +8614,6 @@
github = "f2k1de";
githubId = 11199213;
};
f4814n = {
email = "me@f4814n.de";
github = "f4814";
githubId = 11909469;
name = "Fabian Geiselhart";
};
f4z3r = {
email = "f4z3r-github@pm.me";
name = "Jakob Beckmann";

View file

@ -127,6 +127,4 @@ in
};
};
};
meta.maintainers = with lib.maintainers; [ f4814n ];
}

View file

@ -74,9 +74,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Qt application for configuring your Razer devices under GNU/Linux";
mainProgram = "razergenie";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
f4814n
];
maintainers = [ ];
platforms = lib.platforms.linux;
};
})

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "https://github.com/n0la/rcon";
description = "Source RCON client for command line";
maintainers = with lib.maintainers; [ f4814n ];
maintainers = [ ];
platforms = with lib.platforms; linux ++ darwin;
license = lib.licenses.bsd2;
mainProgram = "rcon";