Unverified Commit 36b3c61e authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

maintainers: alanpearce -> alinnow (#485952)

parents 7225c8e6 db79482a
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -1049,12 +1049,6 @@
    github = "ALameLlama";
    githubId = 55490546;
  };
  alanpearce = {
    email = "alan@alanpearce.eu";
    github = "alanpearce";
    githubId = 850317;
    name = "Alan Pearce";
  };
  alapshin = {
    email = "alapshin@fastmail.com";
    github = "alapshin";
@@ -1338,6 +1332,12 @@
      }
    ];
  };
  alinnow = {
    name = "Alin";
    email = "alin@alin.ovh";
    github = "alinnow";
    githubId = 850317;
  };
  alirezameskin = {
    email = "alireza.meskin@gmail.com";
    github = "alirezameskin";
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
    mainProgram = "hblock";
    homepage = "https://github.com/hectorm/hblock";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ alanpearce ];
    maintainers = with lib.maintainers; [ alinnow ];
    platforms = lib.platforms.unix;
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ bundlerApp rec {
    description = "Rule-based file mover and cleaner in Ruby";
    homepage = "https://github.com/maid/maid";
    license = lib.licenses.gpl2Only;
    maintainers = with lib.maintainers; [ alanpearce ];
    maintainers = with lib.maintainers; [ alinnow ];
    platforms = lib.platforms.unix;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ python3.pkgs.buildPythonApplication rec {
    description = "Bring your ZSH history to Fish shell";
    homepage = "https://github.com/rsalmei/zsh-history-to-fish";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ alanpearce ];
    maintainers = with lib.maintainers; [ alinnow ];
    mainProgram = "zsh-history-to-fish";
  };
}