diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 353b28d3d332..74d66e709ce7 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -12713,6 +12713,12 @@ githubId = 8211181; name = "Kevin Kandlbinder"; }; + keysmashes = { + email = "x-89cjg9@keysmash.solutions"; + github = "keysmashes"; + githubId = 9433472; + name = "ash"; + }; kfollesdal = { email = "kfollesdal@gmail.com"; github = "kfollesdal"; @@ -22175,12 +22181,6 @@ githubId = 56278796; name = "Sergio Ribera"; }; - sersorrel = { - email = "ash@sorrel.sh"; - github = "sersorrel"; - githubId = 9433472; - name = "ash"; - }; servalcatty = { email = "servalcat@pm.me"; github = "servalcatty"; diff --git a/pkgs/applications/audio/hushboard/default.nix b/pkgs/applications/audio/hushboard/default.nix index e5953a922e8e..19b072a361e2 100644 --- a/pkgs/applications/audio/hushboard/default.nix +++ b/pkgs/applications/audio/hushboard/default.nix @@ -70,6 +70,6 @@ buildPythonApplication { description = "Mute your microphone while typing"; mainProgram = "hushboard"; platforms = platforms.linux; - maintainers = with maintainers; [ sersorrel ]; + maintainers = with maintainers; [ keysmashes ]; }; } diff --git a/pkgs/by-name/ei/eiciel/package.nix b/pkgs/by-name/ei/eiciel/package.nix index 0866b0070c32..a35166ebd824 100644 --- a/pkgs/by-name/ei/eiciel/package.nix +++ b/pkgs/by-name/ei/eiciel/package.nix @@ -54,7 +54,7 @@ stdenv.mkDerivation rec { description = "Graphical editor for ACLs and extended attributes"; homepage = "https://rofi.roger-ferrer.org/eiciel/"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ sersorrel ]; + maintainers = with maintainers; [ keysmashes ]; platforms = platforms.linux; mainProgram = "eiciel"; }; diff --git a/pkgs/by-name/ff/fflogs/package.nix b/pkgs/by-name/ff/fflogs/package.nix index 86eb9ec38189..b6a470941694 100644 --- a/pkgs/by-name/ff/fflogs/package.nix +++ b/pkgs/by-name/ff/fflogs/package.nix @@ -32,7 +32,7 @@ appimageTools.wrapType2 { license = licenses.unfree; # no license listed mainProgram = "fflogs"; platforms = platforms.linux; - maintainers = with maintainers; [ sersorrel ]; + maintainers = with maintainers; [ keysmashes ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; }; } diff --git a/pkgs/by-name/xi/xivlauncher/package.nix b/pkgs/by-name/xi/xivlauncher/package.nix index f56b6fbd68c3..55b48ef9f862 100644 --- a/pkgs/by-name/xi/xivlauncher/package.nix +++ b/pkgs/by-name/xi/xivlauncher/package.nix @@ -116,7 +116,7 @@ buildDotnetModule rec { homepage = "https://github.com/goatcorp/XIVLauncher.Core"; license = licenses.gpl3; maintainers = with maintainers; [ - sersorrel + keysmashes witchof0x20 ]; platforms = [ "x86_64-linux" ];