Unverified Commit b2958dd9 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

maintainers: bloxx12 -> faukah; treewide: rename bloxx12 to faukah (#429425)

parents 63e24fbc cd6f7a67
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -3447,12 +3447,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";
@@ -8119,6 +8113,11 @@
    githubId = 345808;
    name = "Jakub Okoński";
  };
  faukah = {
    github = "faukah";
    name = "faukah";
    githubId = 75451918;
  };
  fauxmight = {
    email = "nix@ivories.org";
    matrix = "@fauxmight:matrix.ivories.org";
+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ stdenv.mkDerivation (finalAttrs: {
    maintainers = with maintainers; [
      dotlambda
      rhendric
      bloxx12
      faukah
    ];
    license = licenses.asl20;
    mainProgram = "magick";
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
  version = "1.2.1";

  src = fetchFromGitHub {
    owner = "bloxx12";
    owner = "faukah";
    repo = "dix";
    tag = "v${finalAttrs.version}";
    hash = "sha256-cSmxpzj5bNcMgfxJQiYwcwKjCrsTHxY+loRi+pzpFd4=";
@@ -24,11 +24,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
  passthru.updateScript = nix-update-script { };

  meta = {
    homepage = "https://github.com/bloxx12/dix";
    homepage = "https://github.com/faukah/dix";
    description = "Blazingly fast tool to diff Nix related things";
    license = lib.licenses.gpl3Only;
    maintainers = with lib.maintainers; [
      bloxx12
      faukah
      NotAShelf
    ];
    mainProgram = "dix";
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    license = lib.licenses.agpl3Plus;
    maintainers = with lib.maintainers; [
      sigmasquadron
      bloxx12
      faukah
      ALameLlama
    ];
    mainProgram = "pay-respects";
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ rustPlatform.buildRustPackage rec {
    '';
    maintainers = with lib.maintainers; [
      donovanglover
      bloxx12
      faukah
    ];
    mainProgram = "rmpc";
    platforms = lib.platforms.linux ++ lib.platforms.darwin;