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:
parent
8f0e11b47b
commit
7ce8314339
@ -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";
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user