mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
maintainers: bloxx12 -> faukah; treewide: rename bloxx12 to faukah
(cherry picked from commit cd6f7a678d)
This commit is contained in:
@@ -3371,12 +3371,6 @@
|
||||
githubId = 535135;
|
||||
name = "Brennon Loveless";
|
||||
};
|
||||
bloxx12 = {
|
||||
email = "charlie@charlieroot.dev";
|
||||
github = "bloxx12";
|
||||
githubId = 75451918;
|
||||
name = "Charlie Root";
|
||||
};
|
||||
blusk = {
|
||||
email = "bluskript@gmail.com";
|
||||
github = "bluskript";
|
||||
@@ -7919,6 +7913,11 @@
|
||||
githubId = 345808;
|
||||
name = "Jakub Okoński";
|
||||
};
|
||||
faukah = {
|
||||
github = "faukah";
|
||||
name = "faukah";
|
||||
githubId = 75451918;
|
||||
};
|
||||
fauxmight = {
|
||||
email = "nix@ivories.org";
|
||||
matrix = "@fauxmight:matrix.ivories.org";
|
||||
|
||||
@@ -206,7 +206,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
maintainers = with maintainers; [
|
||||
dotlambda
|
||||
rhendric
|
||||
bloxx12
|
||||
faukah
|
||||
];
|
||||
license = licenses.asl20;
|
||||
mainProgram = "magick";
|
||||
|
||||
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
sigmasquadron
|
||||
bloxx12
|
||||
faukah
|
||||
ALameLlama
|
||||
];
|
||||
mainProgram = "pay-respects";
|
||||
|
||||
@@ -55,7 +55,7 @@ rustPlatform.buildRustPackage rec {
|
||||
'';
|
||||
maintainers = with lib.maintainers; [
|
||||
donovanglover
|
||||
bloxx12
|
||||
faukah
|
||||
];
|
||||
mainProgram = "rmpc";
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
|
||||
Reference in New Issue
Block a user