Unverified Commit 8ab9a0d9 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

maintainers: drop matthewbauer (#462219)

parents 66a5440b 42c6232e
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -16298,12 +16298,6 @@
    githubId = 91502660;
    name = "Matthew LeVan";
  };
  matthewbauer = {
    email = "mjbauer95@gmail.com";
    github = "matthewbauer";
    githubId = 19036;
    name = "Matthew Bauer";
  };
  matthewcroughan = {
    email = "matt@croughan.sh";
    github = "MatthewCroughan";
+0 −1
Original line number Diff line number Diff line
@@ -137,7 +137,6 @@ with lib.maintainers;

  c = {
    members = [
      matthewbauer
      mic92
    ];
    scope = "Maintain C libraries and tooling.";
+1 −1
Original line number Diff line number Diff line
@@ -541,6 +541,6 @@ in

  };

  meta.maintainers = with lib.maintainers; [ matthewbauer ];
  meta.maintainers = [ ];

}
+1 −1
Original line number Diff line number Diff line
@@ -120,6 +120,6 @@ in
    systemd.defaultUnit = "graphical.target";
  };

  meta.maintainers = with lib.maintainers; [ matthewbauer ];
  meta.maintainers = [ ];

}
+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@

{
  name = "cage";
  meta = with pkgs.lib.maintainers; {
    maintainers = [ matthewbauer ];
  meta = {
    maintainers = [ ];
  };

  nodes.machine =
Loading