Merge pull request #306349 from pyrox0/pyrox-maintainer

maintainers: thehedgeh0g -> pyrox0

authored by éclairevoyant and committed by GitHub cae565a5 3284649d

+22 -22
+10 -10
maintainers/maintainer-list.nix
··· 16412 githubId = 4579165; 16413 name = "Danny Bautista"; 16414 }; 16415 pyxels = { 16416 email = "pyxels.dev@gmail.com"; 16417 github = "Pyxels"; ··· 20022 matrix = "@thefossguy:matrix.org"; 20023 github = "thefossguy"; 20024 githubId = 44400303; 20025 - }; 20026 - thehedgeh0g = { 20027 - name = "The Hedgehog"; 20028 - email = "hedgehog@mrhedgehog.xyz"; 20029 - matrix = "@mrhedgehog:jupiterbroadcasting.com"; 20030 - github = "pyrox0"; 20031 - githubId = 35778371; 20032 - keys = [{ 20033 - fingerprint = "38A0 29B0 4A7E 4C13 A4BB 86C8 7D51 0786 6B1C 6752"; 20034 - }]; 20035 }; 20036 thekostins = { 20037 name = "Konstantin";
··· 16412 githubId = 4579165; 16413 name = "Danny Bautista"; 16414 }; 16415 + pyrox0 = { 16416 + name = "Pyrox"; 16417 + email = "pyrox@pyrox.dev"; 16418 + matrix = "@pyrox:pyrox.dev"; 16419 + github = "pyrox0"; 16420 + githubId = 35778371; 16421 + keys = [{ 16422 + fingerprint = "4CA9 72FB ADC8 1416 0F10 3138 FE1D 8A7D 620C 611F"; 16423 + }]; 16424 + }; 16425 pyxels = { 16426 email = "pyxels.dev@gmail.com"; 16427 github = "Pyxels"; ··· 20032 matrix = "@thefossguy:matrix.org"; 20033 github = "thefossguy"; 20034 githubId = 44400303; 20035 }; 20036 thekostins = { 20037 name = "Konstantin";
+1 -1
nixos/modules/services/misc/gitea.nix
··· 722 timerConfig.OnCalendar = cfg.dump.interval; 723 }; 724 }; 725 - meta.maintainers = with lib.maintainers; [ srhb ma27 thehedgeh0g ]; 726 }
··· 722 timerConfig.OnCalendar = cfg.dump.interval; 723 }; 724 }; 725 + meta.maintainers = with lib.maintainers; [ srhb ma27 pyrox0 ]; 726 }
+1 -1
pkgs/applications/misc/sway-launcher-desktop/default.nix
··· 37 changelog = "https://github.com/Biont/sway-launcher-desktop/releases/tag/v${version}"; 38 license = licenses.gpl3; 39 platforms = platforms.linux; 40 - maintainers = [ maintainers.thehedgeh0g ]; 41 }; 42 }
··· 37 changelog = "https://github.com/Biont/sway-launcher-desktop/releases/tag/v${version}"; 38 license = licenses.gpl3; 39 platforms = platforms.linux; 40 + maintainers = [ maintainers.pyrox0 ]; 41 }; 42 }
+1 -1
pkgs/applications/office/espanso/default.nix
··· 148 mainProgram = "espanso"; 149 homepage = "https://espanso.org"; 150 license = licenses.gpl3Plus; 151 - maintainers = with maintainers; [ kimat thehedgeh0g ]; 152 platforms = platforms.unix; 153 154 longDescription = ''
··· 148 mainProgram = "espanso"; 149 homepage = "https://espanso.org"; 150 license = licenses.gpl3Plus; 151 + maintainers = with maintainers; [ kimat pyrox0 ]; 152 platforms = platforms.unix; 153 154 longDescription = ''
+1 -1
pkgs/by-name/bl/bluetuith/package.nix
··· 41 license = licenses.mit; 42 platforms = platforms.linux; 43 mainProgram = "bluetuith"; 44 - maintainers = with maintainers; [ thehedgeh0g katexochen ]; 45 }; 46 }
··· 41 license = licenses.mit; 42 platforms = platforms.linux; 43 mainProgram = "bluetuith"; 44 + maintainers = with maintainers; [ pyrox0 katexochen ]; 45 }; 46 }
+1 -1
pkgs/by-name/xp/xplr/package.nix
··· 43 homepage = "https://xplr.dev"; 44 changelog = "https://github.com/sayanarijit/xplr/releases/tag/${src.rev}"; 45 license = licenses.mit; 46 - maintainers = with maintainers; [ sayanarijit suryasr007 thehedgeh0g mimame figsoda ]; 47 }; 48 }
··· 43 homepage = "https://xplr.dev"; 44 changelog = "https://github.com/sayanarijit/xplr/releases/tag/${src.rev}"; 45 license = licenses.mit; 46 + maintainers = with maintainers; [ sayanarijit suryasr007 pyrox0 mimame figsoda ]; 47 }; 48 }
+1 -1
pkgs/development/tools/goresym/default.nix
··· 35 homepage = "https://github.com/mandiant/GoReSym"; 36 changelog = "https://github.com/mandiant/GoReSym/releases/tag/v${version}"; 37 license = licenses.mit; 38 - maintainers = with maintainers; [ thehedgeh0g ]; 39 }; 40 }
··· 35 homepage = "https://github.com/mandiant/GoReSym"; 36 changelog = "https://github.com/mandiant/GoReSym/releases/tag/v${version}"; 37 license = licenses.mit; 38 + maintainers = with maintainers; [ pyrox0 ]; 39 }; 40 }
+1 -1
pkgs/development/tools/yarn-berry/default.nix
··· 45 homepage = "https://yarnpkg.com/"; 46 description = "Fast, reliable, and secure dependency management."; 47 license = licenses.bsd2; 48 - maintainers = with maintainers; [ ryota-ka thehedgeh0g DimitarNestorov ]; 49 platforms = platforms.unix; 50 mainProgram = "yarn"; 51 };
··· 45 homepage = "https://yarnpkg.com/"; 46 description = "Fast, reliable, and secure dependency management."; 47 license = licenses.bsd2; 48 + maintainers = with maintainers; [ ryota-ka pyrox0 DimitarNestorov ]; 49 platforms = platforms.unix; 50 mainProgram = "yarn"; 51 };
+1 -1
pkgs/shells/fish/plugins/autopair.nix
··· 15 description = "Auto-complete matching pairs in the Fish command line"; 16 homepage = "https://github.com/jorgebucaran/autopair.fish"; 17 license = licenses.mit; 18 - maintainers = with maintainers; [ figsoda kidonng thehedgeh0g ]; 19 }; 20 }
··· 15 description = "Auto-complete matching pairs in the Fish command line"; 16 homepage = "https://github.com/jorgebucaran/autopair.fish"; 17 license = licenses.mit; 18 + maintainers = with maintainers; [ figsoda kidonng pyrox0 ]; 19 }; 20 }
+1 -1
pkgs/shells/fish/plugins/hydro.nix
··· 15 description = "Ultra-pure, lag-free prompt with async Git status"; 16 homepage = "https://github.com/jorgebucaran/hydro"; 17 license = licenses.mit; 18 - maintainers = with maintainers; [ thehedgeh0g ]; 19 }; 20 }
··· 15 description = "Ultra-pure, lag-free prompt with async Git status"; 16 homepage = "https://github.com/jorgebucaran/hydro"; 17 license = licenses.mit; 18 + maintainers = with maintainers; [ pyrox0 ]; 19 }; 20 }
+1 -1
pkgs/tools/misc/mprocs/default.nix
··· 23 description = "A TUI tool to run multiple commands in parallel and show the output of each command separately"; 24 homepage = "https://github.com/pvolok/mprocs"; 25 license = licenses.mit; 26 - maintainers = with maintainers; [ GaetanLepage thehedgeh0g ]; 27 mainProgram = "mprocs"; 28 }; 29 }
··· 23 description = "A TUI tool to run multiple commands in parallel and show the output of each command separately"; 24 homepage = "https://github.com/pvolok/mprocs"; 25 license = licenses.mit; 26 + maintainers = with maintainers; [ GaetanLepage pyrox0 ]; 27 mainProgram = "mprocs"; 28 }; 29 }
+1 -1
pkgs/tools/misc/zellij/default.nix
··· 63 homepage = "https://zellij.dev/"; 64 changelog = "https://github.com/zellij-org/zellij/blob/v${version}/CHANGELOG.md"; 65 license = with licenses; [ mit ]; 66 - maintainers = with maintainers; [ therealansh _0x4A6F abbe thehedgeh0g ]; 67 mainProgram = "zellij"; 68 }; 69 }
··· 63 homepage = "https://zellij.dev/"; 64 changelog = "https://github.com/zellij-org/zellij/blob/v${version}/CHANGELOG.md"; 65 license = with licenses; [ mit ]; 66 + maintainers = with maintainers; [ therealansh _0x4A6F abbe pyrox0 ]; 67 mainProgram = "zellij"; 68 }; 69 }
+1 -1
pkgs/tools/networking/asleap/default.nix
··· 22 homepage = "https://github.com/zackw/asleap"; 23 description = "Recovers weak LEAP and PPTP passwords"; 24 license = licenses.gpl2Only; 25 - maintainers = with maintainers; [ thehedgeh0g ]; 26 }; 27 }
··· 22 homepage = "https://github.com/zackw/asleap"; 23 description = "Recovers weak LEAP and PPTP passwords"; 24 license = licenses.gpl2Only; 25 + maintainers = with maintainers; [ pyrox0 ]; 26 }; 27 }