maintainers: bloxx12 -> faukah; treewide: rename bloxx12 to faukah

fau cd6f7a67 1e8f965e

+11 -12
+5 -6
maintainers/maintainer-list.nix
··· 3447 3447 githubId = 535135; 3448 3448 name = "Brennon Loveless"; 3449 3449 }; 3450 - bloxx12 = { 3451 - email = "charlie@charlieroot.dev"; 3452 - github = "bloxx12"; 3453 - githubId = 75451918; 3454 - name = "Charlie Root"; 3455 - }; 3456 3450 blusk = { 3457 3451 email = "bluskript@gmail.com"; 3458 3452 github = "bluskript"; ··· 8112 8106 github = "farnoy"; 8113 8107 githubId = 345808; 8114 8108 name = "Jakub Okoński"; 8109 + }; 8110 + faukah = { 8111 + github = "faukah"; 8112 + name = "faukah"; 8113 + githubId = 75451918; 8115 8114 }; 8116 8115 fauxmight = { 8117 8116 email = "nix@ivories.org";
+1 -1
pkgs/applications/graphics/ImageMagick/default.nix
··· 206 206 maintainers = with maintainers; [ 207 207 dotlambda 208 208 rhendric 209 - bloxx12 209 + faukah 210 210 ]; 211 211 license = licenses.asl20; 212 212 mainProgram = "magick";
+3 -3
pkgs/by-name/di/dix/package.nix
··· 10 10 version = "1.2.1"; 11 11 12 12 src = fetchFromGitHub { 13 - owner = "bloxx12"; 13 + owner = "faukah"; 14 14 repo = "dix"; 15 15 tag = "v${finalAttrs.version}"; 16 16 hash = "sha256-cSmxpzj5bNcMgfxJQiYwcwKjCrsTHxY+loRi+pzpFd4="; ··· 24 24 passthru.updateScript = nix-update-script { }; 25 25 26 26 meta = { 27 - homepage = "https://github.com/bloxx12/dix"; 27 + homepage = "https://github.com/faukah/dix"; 28 28 description = "Blazingly fast tool to diff Nix related things"; 29 29 license = lib.licenses.gpl3Only; 30 30 maintainers = with lib.maintainers; [ 31 - bloxx12 31 + faukah 32 32 NotAShelf 33 33 ]; 34 34 mainProgram = "dix";
+1 -1
pkgs/by-name/pa/pay-respects/package.nix
··· 28 28 license = lib.licenses.agpl3Plus; 29 29 maintainers = with lib.maintainers; [ 30 30 sigmasquadron 31 - bloxx12 31 + faukah 32 32 ALameLlama 33 33 ]; 34 34 mainProgram = "pay-respects";
+1 -1
pkgs/by-name/rm/rmpc/package.nix
··· 55 55 ''; 56 56 maintainers = with lib.maintainers; [ 57 57 donovanglover 58 - bloxx12 58 + faukah 59 59 ]; 60 60 mainProgram = "rmpc"; 61 61 platforms = lib.platforms.linux ++ lib.platforms.darwin;