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

maintainers: drop averelld (#495511)

parents 76159650 052a7449
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -2688,12 +2688,6 @@
    githubId = 2530548;
    name = "Aaron VerDow";
  };
  averelld = {
    email = "averell+nixos@rxd4.com";
    github = "averelld";
    githubId = 687218;
    name = "averelld";
  };
  avery = {
    email = "nixpkgs@avery.cafe";
    github = "coolavery";
+2 −3
Original line number Diff line number Diff line
@@ -42,9 +42,8 @@ stdenv.mkDerivation {
    description = "Go engine modeled after AlphaGo Zero";
    homepage = "https://github.com/gcp/leela-zero";
    license = lib.licenses.gpl3Plus;
    maintainers = [
      lib.maintainers.averelld
      lib.maintainers.omnipotententity
    maintainers = with lib.maintainers; [
      omnipotententity
    ];
    platforms = lib.platforms.linux;
  };
+0 −1
Original line number Diff line number Diff line
@@ -66,7 +66,6 @@ stdenv.mkDerivation rec {
    license = lib.licenses.gpl2Plus;
    maintainers = with lib.maintainers; [
      raskin
      averelld
    ];
    platforms = lib.platforms.unix;
    mainProgram = "pdftk";
+1 −1
Original line number Diff line number Diff line
@@ -172,6 +172,6 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "http://x2go.org/";
    platforms = lib.platforms.linux;
    license = lib.licenses.gpl2;
    maintainers = with lib.maintainers; [ averelld ];
    maintainers = [ ];
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -25,6 +25,6 @@ buildPythonPackage rec {
    description = "Turn Python scripts into handouts with Markdown and figures";
    homepage = "https://github.com/danijar/handout";
    license = lib.licenses.gpl3;
    maintainers = with lib.maintainers; [ averelld ];
    maintainers = [ ];
  };
}