maintainers: sersorrel -> keysmashes

This commit is contained in:
ash 2025-05-03 12:10:32 +01:00 committed by ash
parent 43f7260897
commit 44af5e7a1d
5 changed files with 10 additions and 10 deletions

View file

@ -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";

View file

@ -70,6 +70,6 @@ buildPythonApplication {
description = "Mute your microphone while typing";
mainProgram = "hushboard";
platforms = platforms.linux;
maintainers = with maintainers; [ sersorrel ];
maintainers = with maintainers; [ keysmashes ];
};
}

View file

@ -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";
};

View file

@ -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 ];
};
}

View file

@ -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" ];