maintainers: thehedgeh0g -> pyrox0

Also updates my information and contact info.

I no longer use The Hedgehog as my github username or online presence
username, so this fixes that. It also matches my github username, so it
should be easier for others to mention me if needed.

Changed files
+22 -22
maintainers
nixos
modules
services
misc
pkgs
applications
misc
sway-launcher-desktop
office
espanso
by-name
bl
bluetuith
xp
development
tools
goresym
yarn-berry
shells
fish
tools
misc
mprocs
zellij
networking
asleap
+10 -10
maintainers/maintainer-list.nix
···
githubId = 4579165;
name = "Danny Bautista";
+
pyrox0 = {
+
name = "Pyrox";
+
email = "pyrox@pyrox.dev";
+
matrix = "@pyrox:pyrox.dev";
+
github = "pyrox0";
+
githubId = 35778371;
+
keys = [{
+
fingerprint = "4CA9 72FB ADC8 1416 0F10 3138 FE1D 8A7D 620C 611F";
+
}];
+
};
pyxels = {
email = "pyxels.dev@gmail.com";
github = "Pyxels";
···
matrix = "@thefossguy:matrix.org";
github = "thefossguy";
githubId = 44400303;
-
};
-
thehedgeh0g = {
-
name = "The Hedgehog";
-
email = "hedgehog@mrhedgehog.xyz";
-
matrix = "@mrhedgehog:jupiterbroadcasting.com";
-
github = "pyrox0";
-
githubId = 35778371;
-
keys = [{
-
fingerprint = "38A0 29B0 4A7E 4C13 A4BB 86C8 7D51 0786 6B1C 6752";
-
}];
thekostins = {
name = "Konstantin";
+1 -1
nixos/modules/services/misc/gitea.nix
···
timerConfig.OnCalendar = cfg.dump.interval;
};
};
-
meta.maintainers = with lib.maintainers; [ srhb ma27 thehedgeh0g ];
+
meta.maintainers = with lib.maintainers; [ srhb ma27 pyrox0 ];
}
+1 -1
pkgs/applications/misc/sway-launcher-desktop/default.nix
···
changelog = "https://github.com/Biont/sway-launcher-desktop/releases/tag/v${version}";
license = licenses.gpl3;
platforms = platforms.linux;
-
maintainers = [ maintainers.thehedgeh0g ];
+
maintainers = [ maintainers.pyrox0 ];
};
}
+1 -1
pkgs/applications/office/espanso/default.nix
···
mainProgram = "espanso";
homepage = "https://espanso.org";
license = licenses.gpl3Plus;
-
maintainers = with maintainers; [ kimat thehedgeh0g ];
+
maintainers = with maintainers; [ kimat pyrox0 ];
platforms = platforms.unix;
longDescription = ''
+1 -1
pkgs/by-name/bl/bluetuith/package.nix
···
license = licenses.mit;
platforms = platforms.linux;
mainProgram = "bluetuith";
-
maintainers = with maintainers; [ thehedgeh0g katexochen ];
+
maintainers = with maintainers; [ pyrox0 katexochen ];
};
}
+1 -1
pkgs/by-name/xp/xplr/package.nix
···
homepage = "https://xplr.dev";
changelog = "https://github.com/sayanarijit/xplr/releases/tag/${src.rev}";
license = licenses.mit;
-
maintainers = with maintainers; [ sayanarijit suryasr007 thehedgeh0g mimame figsoda ];
+
maintainers = with maintainers; [ sayanarijit suryasr007 pyrox0 mimame figsoda ];
};
}
+1 -1
pkgs/development/tools/goresym/default.nix
···
homepage = "https://github.com/mandiant/GoReSym";
changelog = "https://github.com/mandiant/GoReSym/releases/tag/v${version}";
license = licenses.mit;
-
maintainers = with maintainers; [ thehedgeh0g ];
+
maintainers = with maintainers; [ pyrox0 ];
};
}
+1 -1
pkgs/development/tools/yarn-berry/default.nix
···
homepage = "https://yarnpkg.com/";
description = "Fast, reliable, and secure dependency management.";
license = licenses.bsd2;
-
maintainers = with maintainers; [ ryota-ka thehedgeh0g DimitarNestorov ];
+
maintainers = with maintainers; [ ryota-ka pyrox0 DimitarNestorov ];
platforms = platforms.unix;
mainProgram = "yarn";
};
+1 -1
pkgs/shells/fish/plugins/autopair.nix
···
description = "Auto-complete matching pairs in the Fish command line";
homepage = "https://github.com/jorgebucaran/autopair.fish";
license = licenses.mit;
-
maintainers = with maintainers; [ figsoda kidonng thehedgeh0g ];
+
maintainers = with maintainers; [ figsoda kidonng pyrox0 ];
};
}
+1 -1
pkgs/shells/fish/plugins/hydro.nix
···
description = "Ultra-pure, lag-free prompt with async Git status";
homepage = "https://github.com/jorgebucaran/hydro";
license = licenses.mit;
-
maintainers = with maintainers; [ thehedgeh0g ];
+
maintainers = with maintainers; [ pyrox0 ];
};
}
+1 -1
pkgs/tools/misc/mprocs/default.nix
···
description = "A TUI tool to run multiple commands in parallel and show the output of each command separately";
homepage = "https://github.com/pvolok/mprocs";
license = licenses.mit;
-
maintainers = with maintainers; [ GaetanLepage thehedgeh0g ];
+
maintainers = with maintainers; [ GaetanLepage pyrox0 ];
mainProgram = "mprocs";
};
}
+1 -1
pkgs/tools/misc/zellij/default.nix
···
homepage = "https://zellij.dev/";
changelog = "https://github.com/zellij-org/zellij/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit ];
-
maintainers = with maintainers; [ therealansh _0x4A6F abbe thehedgeh0g ];
+
maintainers = with maintainers; [ therealansh _0x4A6F abbe pyrox0 ];
mainProgram = "zellij";
};
}
+1 -1
pkgs/tools/networking/asleap/default.nix
···
homepage = "https://github.com/zackw/asleap";
description = "Recovers weak LEAP and PPTP passwords";
license = licenses.gpl2Only;
-
maintainers = with maintainers; [ thehedgeh0g ];
+
maintainers = with maintainers; [ pyrox0 ];
};
}