Unverified Commit 7ce83143 authored by Wataru Matsuoka's avatar Wataru Matsuoka Committed by GitHub
Browse files

maintainers: rename milran to wattmto (#355397)

* maintainers: Update email and rename

* gqlgenc: rename maintainter

* onioncircuits: rename maintainer

* fcitx5-skk: rename maintainer
parent 8f0e11b4
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -14378,12 +14378,6 @@
    githubId = 5378535;
    name = "Milo Gertjejansen";
  };
  milran = {
    email = "milranmike@protonmail.com";
    github = "wattmto";
    githubId = 93639059;
    name = "Milran Mike";
  };
  mimame = {
    email = "miguel.madrid.mencia@gmail.com";
    github = "mimame";
@@ -23360,6 +23354,12 @@
    github = "water-sucks";
    githubId = 68445574;
  };
  wattmto = {
    email = "dev@wattmto.dev";
    github = "wattmto";
    githubId = 93639059;
    name = "wattmto";
  };
  waynr = {
    name = "Wayne Warren";
    email = "wayne.warren.s@gmail.com";
+1 −1
Original line number Diff line number Diff line
@@ -20,6 +20,6 @@ buildGoModule rec {
    mainProgram = "gqlgenc";
    homepage = "https://github.com/Yamashou/gqlgenc";
    license = licenses.mit;
    maintainers = with maintainers; [ milran ];
    maintainers = with maintainers; [ wattmto ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ python3.pkgs.buildPythonApplication rec {
    description = "GTK application to display Tor circuits and streams";
    mainProgram = "onioncircuits";
    license = licenses.gpl3;
    maintainers = with maintainers; [ milran ];
    maintainers = with maintainers; [ wattmto ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
    description = "Input method engine for Fcitx5, which uses libskk as its backend";
    homepage = "https://github.com/fcitx/fcitx5-skk";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ milran ];
    maintainers = with maintainers; [ wattmto ];
    platforms = platforms.linux;
  };
}