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 16412 githubId = 4579165; 16413 16413 name = "Danny Bautista"; 16414 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 + }; 16415 16425 pyxels = { 16416 16426 email = "pyxels.dev@gmail.com"; 16417 16427 github = "Pyxels"; ··· 20022 20032 matrix = "@thefossguy:matrix.org"; 20023 20033 github = "thefossguy"; 20024 20034 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 20035 }; 20036 20036 thekostins = { 20037 20037 name = "Konstantin";
+1 -1
nixos/modules/services/misc/gitea.nix
··· 722 722 timerConfig.OnCalendar = cfg.dump.interval; 723 723 }; 724 724 }; 725 - meta.maintainers = with lib.maintainers; [ srhb ma27 thehedgeh0g ]; 725 + meta.maintainers = with lib.maintainers; [ srhb ma27 pyrox0 ]; 726 726 }
+1 -1
pkgs/applications/misc/sway-launcher-desktop/default.nix
··· 37 37 changelog = "https://github.com/Biont/sway-launcher-desktop/releases/tag/v${version}"; 38 38 license = licenses.gpl3; 39 39 platforms = platforms.linux; 40 - maintainers = [ maintainers.thehedgeh0g ]; 40 + maintainers = [ maintainers.pyrox0 ]; 41 41 }; 42 42 }
+1 -1
pkgs/applications/office/espanso/default.nix
··· 148 148 mainProgram = "espanso"; 149 149 homepage = "https://espanso.org"; 150 150 license = licenses.gpl3Plus; 151 - maintainers = with maintainers; [ kimat thehedgeh0g ]; 151 + maintainers = with maintainers; [ kimat pyrox0 ]; 152 152 platforms = platforms.unix; 153 153 154 154 longDescription = ''
+1 -1
pkgs/by-name/bl/bluetuith/package.nix
··· 41 41 license = licenses.mit; 42 42 platforms = platforms.linux; 43 43 mainProgram = "bluetuith"; 44 - maintainers = with maintainers; [ thehedgeh0g katexochen ]; 44 + maintainers = with maintainers; [ pyrox0 katexochen ]; 45 45 }; 46 46 }
+1 -1
pkgs/by-name/xp/xplr/package.nix
··· 43 43 homepage = "https://xplr.dev"; 44 44 changelog = "https://github.com/sayanarijit/xplr/releases/tag/${src.rev}"; 45 45 license = licenses.mit; 46 - maintainers = with maintainers; [ sayanarijit suryasr007 thehedgeh0g mimame figsoda ]; 46 + maintainers = with maintainers; [ sayanarijit suryasr007 pyrox0 mimame figsoda ]; 47 47 }; 48 48 }
+1 -1
pkgs/development/tools/goresym/default.nix
··· 35 35 homepage = "https://github.com/mandiant/GoReSym"; 36 36 changelog = "https://github.com/mandiant/GoReSym/releases/tag/v${version}"; 37 37 license = licenses.mit; 38 - maintainers = with maintainers; [ thehedgeh0g ]; 38 + maintainers = with maintainers; [ pyrox0 ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/tools/yarn-berry/default.nix
··· 45 45 homepage = "https://yarnpkg.com/"; 46 46 description = "Fast, reliable, and secure dependency management."; 47 47 license = licenses.bsd2; 48 - maintainers = with maintainers; [ ryota-ka thehedgeh0g DimitarNestorov ]; 48 + maintainers = with maintainers; [ ryota-ka pyrox0 DimitarNestorov ]; 49 49 platforms = platforms.unix; 50 50 mainProgram = "yarn"; 51 51 };
+1 -1
pkgs/shells/fish/plugins/autopair.nix
··· 15 15 description = "Auto-complete matching pairs in the Fish command line"; 16 16 homepage = "https://github.com/jorgebucaran/autopair.fish"; 17 17 license = licenses.mit; 18 - maintainers = with maintainers; [ figsoda kidonng thehedgeh0g ]; 18 + maintainers = with maintainers; [ figsoda kidonng pyrox0 ]; 19 19 }; 20 20 }
+1 -1
pkgs/shells/fish/plugins/hydro.nix
··· 15 15 description = "Ultra-pure, lag-free prompt with async Git status"; 16 16 homepage = "https://github.com/jorgebucaran/hydro"; 17 17 license = licenses.mit; 18 - maintainers = with maintainers; [ thehedgeh0g ]; 18 + maintainers = with maintainers; [ pyrox0 ]; 19 19 }; 20 20 }
+1 -1
pkgs/tools/misc/mprocs/default.nix
··· 23 23 description = "A TUI tool to run multiple commands in parallel and show the output of each command separately"; 24 24 homepage = "https://github.com/pvolok/mprocs"; 25 25 license = licenses.mit; 26 - maintainers = with maintainers; [ GaetanLepage thehedgeh0g ]; 26 + maintainers = with maintainers; [ GaetanLepage pyrox0 ]; 27 27 mainProgram = "mprocs"; 28 28 }; 29 29 }
+1 -1
pkgs/tools/misc/zellij/default.nix
··· 63 63 homepage = "https://zellij.dev/"; 64 64 changelog = "https://github.com/zellij-org/zellij/blob/v${version}/CHANGELOG.md"; 65 65 license = with licenses; [ mit ]; 66 - maintainers = with maintainers; [ therealansh _0x4A6F abbe thehedgeh0g ]; 66 + maintainers = with maintainers; [ therealansh _0x4A6F abbe pyrox0 ]; 67 67 mainProgram = "zellij"; 68 68 }; 69 69 }
+1 -1
pkgs/tools/networking/asleap/default.nix
··· 22 22 homepage = "https://github.com/zackw/asleap"; 23 23 description = "Recovers weak LEAP and PPTP passwords"; 24 24 license = licenses.gpl2Only; 25 - maintainers = with maintainers; [ thehedgeh0g ]; 25 + maintainers = with maintainers; [ pyrox0 ]; 26 26 }; 27 27 }