Merge pull request #306349 from pyrox0/pyrox-maintainer
maintainers: thehedgeh0g -> pyrox0
This commit is contained in:
commit
cae565a58e
13 changed files with 22 additions and 22 deletions
|
@ -16412,6 +16412,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";
|
||||
|
@ -20023,16 +20033,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";
|
||||
|
|
|
@ -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 ];
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 = ''
|
||||
|
|
|
@ -41,6 +41,6 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "bluetuith";
|
||||
maintainers = with maintainers; [ thehedgeh0g katexochen ];
|
||||
maintainers = with maintainers; [ pyrox0 katexochen ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue