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

treewide: remove myself as maintainer from most packages (#455293)

parents e52bb03c ddee9d53
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -920,7 +920,6 @@ with lib.maintainers;
      samasaur
      stephank
      trepetti
      trundle
    ];
    scope = "Maintain Swift compiler suite for NixOS.";
    shortName = "Swift";
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  name = "aesmd";
  meta = {
    maintainers = with lib.maintainers; [
      trundle
      veehaitch
    ];
  };
+0 −1
Original line number Diff line number Diff line
@@ -187,7 +187,6 @@ buildGoModule rec {
    license = lib.licenses.asl20;
    mainProgram = "pulumi";
    maintainers = with lib.maintainers; [
      trundle
      veehaitch
      tie
    ];
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ mkPulumiPackage rec {
    license = licenses.asl20;
    maintainers = with maintainers; [
      veehaitch
      trundle
    ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ mkPulumiPackage rec {
    license = licenses.asl20;
    maintainers = with maintainers; [
      veehaitch
      trundle
    ];
  };
}
Loading