Unverified Commit 61abe073 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

maintainers: sersorrel -> keysmashes (#404163)

parents 4997b19d 44af5e7a
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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" ];