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 17:31:44 +09:00 committed by GitHub
parent 8f0e11b47b
commit 7ce8314339
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 9 deletions

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

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

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

View File

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