Unverified Commit fd663a97 authored by Fernando Rodrigues's avatar Fernando Rodrigues Committed by GitHub
Browse files

maintainers: rename awwpotato to da157 (#457713)

parents 62265182 3b552052
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -2633,13 +2633,6 @@
    github = "aware70";
    githubId = 7832566;
  };
  awwpotato = {
    email = "awwpotato@voidq.com";
    matrix = "@awwpotato:envs.net";
    github = "awwpotato";
    githubId = 153149335;
    name = "awwpotato";
  };
  axertheaxe = {
    email = "axertheaxe@proton.me";
    github = "AxerTheAxe";
@@ -5561,6 +5554,13 @@
    githubId = 102048662;
    name = "Dalton Luce";
  };
  da157 = {
    email = "da157@voidq.com";
    matrix = "@awwpotato:envs.net";
    github = "0xda157";
    githubId = 153149335;
    name = "0xda157";
  };
  dabao1955 = {
    email = "dabao1955@163.com";
    github = "dabao1955";
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ buildGoModule (finalAttrs: {
    homepage = "https://github.com/netr0m/az-pim-cli";
    changelog = "https://github.com/netr0m/az-pim-cli/releases/tag/v${finalAttrs.version}";
    license = lib.licenses.mit;
    maintainers = [ lib.maintainers.awwpotato ];
    maintainers = [ lib.maintainers.da157 ];
    mainProgram = "az-pim-cli";
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ python3Packages.buildPythonApplication rec {
    mainProgram = "calligraphy";
    maintainers = with lib.maintainers; [
      aleksana
      awwpotato
      da157
    ];
    platforms = lib.platforms.linux;
  };
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
    platforms = lib.platforms.linux;
    maintainers = with lib.maintainers; [
      rybern
      awwpotato
      da157
    ];
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
      mit
    ];
    maintainers = with lib.maintainers; [
      awwpotato
      da157
      isabelroses
    ];
    mainProgram = "fj";
Loading