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.
This commit is contained in:
Pyrox 2024-04-23 14:21:37 -04:00
parent 71b4a60386
commit 11255ef03c
No known key found for this signature in database
GPG Key ID: 8CDF3F7CAA53A0F5
13 changed files with 22 additions and 22 deletions

View File

@ -16407,6 +16407,16 @@
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";
@ -20018,16 +20028,6 @@
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";
email = "anisimovkosta19@gmail.com";

View File

@ -722,5 +722,5 @@ in
timerConfig.OnCalendar = cfg.dump.interval;
};
};
meta.maintainers = with lib.maintainers; [ srhb ma27 thehedgeh0g ];
meta.maintainers = with lib.maintainers; [ srhb ma27 pyrox0 ];
}

View File

@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/Biont/sway-launcher-desktop/releases/tag/v${version}";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = [ maintainers.thehedgeh0g ];
maintainers = [ maintainers.pyrox0 ];
};
}

View File

@ -148,7 +148,7 @@ rustPlatform.buildRustPackage rec {
mainProgram = "espanso";
homepage = "https://espanso.org";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ kimat thehedgeh0g ];
maintainers = with maintainers; [ kimat pyrox0 ];
platforms = platforms.unix;
longDescription = ''

View File

@ -41,6 +41,6 @@ buildGoModule rec {
license = licenses.mit;
platforms = platforms.linux;
mainProgram = "bluetuith";
maintainers = with maintainers; [ thehedgeh0g katexochen ];
maintainers = with maintainers; [ pyrox0 katexochen ];
};
}

View File

@ -43,6 +43,6 @@ rustPlatform.buildRustPackage rec {
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 ];
};
}

View File

@ -35,6 +35,6 @@ buildGoModule rec {
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 ];
};
}

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
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";
};

View File

@ -15,6 +15,6 @@ buildFishPlugin rec {
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 ];
};
}

View File

@ -15,6 +15,6 @@ buildFishPlugin rec {
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 ];
};
}

View File

@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
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";
};
}

View File

@ -63,7 +63,7 @@ rustPlatform.buildRustPackage rec {
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";
};
}

View File

@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/zackw/asleap";
description = "Recovers weak LEAP and PPTP passwords";
license = licenses.gpl2Only;
maintainers = with maintainers; [ thehedgeh0g ];
maintainers = with maintainers; [ pyrox0 ];
};
}