Unverified Commit 37b41937 authored by Marcus Ramberg's avatar Marcus Ramberg Committed by GitHub
Browse files

maintainers: add superherointj as maintainer (#497656)

parents a8626d43 41559d67
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -486,7 +486,8 @@
      "frederictobiasc": 26125115,
      "heywoodlh": 18178614,
      "maevii": 41077433,
      "rorosen": 76747196
      "rorosen": 76747196,
      "superherointj": 5861043
    },
    "name": "k3s"
  },
+7 −0
Original line number Diff line number Diff line
@@ -25977,6 +25977,13 @@
    githubId = 36031171;
    name = "Supa";
  };
  superherointj = {
    email = "sergiomarcelo@yandex.com";
    github = "superherointj";
    githubId = 5861043;
    matrix = "@superherointj:matrix.org";
    name = "Sérgio Marcelo";
  };
  SuperSandro2000 = {
    email = "sandro.jaeckel@gmail.com";
    matrix = "@sandro:supersandro.de";
+3 −0
Original line number Diff line number Diff line
@@ -243,4 +243,7 @@ in
    };
    users.groups.etcd = { };
  };

  meta.maintainers = pkgs.etcd.meta.maintainers;

}
+1 −1
Original line number Diff line number Diff line
@@ -44,6 +44,6 @@ buildGo124Module rec {
    downloadPage = "https://github.com/etcd-io/etcd/";
    license = lib.licenses.asl20;
    homepage = "https://etcd.io/";
    maintainers = [ ];
    maintainers = with lib.maintainers; [ superherointj ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ let
    homepage = "https://etcd.io/";
    maintainers = with lib.maintainers; [
      dtomvan
      superherointj
    ];
    platforms = lib.platforms.darwin ++ lib.platforms.linux;
  };
Loading