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

fau cd6f7a67 1e8f965e

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