Commit ddee9d53 authored by Andreas Stührk's avatar Andreas Stührk Committed by Andreas Stührk
Browse files

treewide: remove myself as maintainer from most packages

This mostly has been reality for a while now. I still use some of the
packages, but don't have the capacity to maintain them.
parent 1456ff76
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1260,7 +1260,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