maintainers: rename milran to wattmto (#355397)

* maintainers: Update email and rename

* gqlgenc: rename maintainter

* onioncircuits: rename maintainer

* fcitx5-skk: rename maintainer
This commit is contained in:
Wataru Matsuoka
2024-11-13 16:31:44 +08:00
committed by GitHub
parent 8f0e11b47b
commit 7ce8314339
4 changed files with 9 additions and 9 deletions
+6 -6
View File
@@ -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
View File
@@ -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
View File
@@ -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 ];
};
}
@@ -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;
};
}