maintainers: sersorrel -> keysmashes (#404163)

This commit is contained in:
Weijia Wang
2025-05-04 21:34:07 +02:00
committed by GitHub
5 changed files with 10 additions and 10 deletions
+6 -6
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";
@@ -70,6 +70,6 @@ buildPythonApplication {
description = "Mute your microphone while typing";
mainProgram = "hushboard";
platforms = platforms.linux;
maintainers = with maintainers; [ sersorrel ];
maintainers = with maintainers; [ keysmashes ];
};
}
+1 -1
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";
};
+1 -1
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 ];
};
}
+1 -1
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" ];