Unverified Commit 5f25acef authored by azahi's avatar azahi
Browse files

treewide: remove azahi from maintainers

parent eddf400f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,6 +122,6 @@ in
      usshAuth = true;
    };

    meta.maintainers = with lib.maintainers; [ azahi ];
    meta.maintainers = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ import ./make-test-python.nix (
  { lib, ... }:
  {
    name = "please";
    meta.maintainers = with lib.maintainers; [ azahi ];
    meta.maintainers = [ ];

    nodes.machine =
      { ... }:
+1 −1
Original line number Diff line number Diff line
@@ -36,6 +36,6 @@ buildPythonApplication {
    homepage = "https://github.com/xueyuanl/cambrinary";
    license = licenses.gpl3Only;
    platforms = platforms.unix;
    maintainers = with maintainers; [ azahi ];
    maintainers = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -43,6 +43,6 @@ buildGoModule rec {
    description = "Helm plugin to push chart package to ChartMuseum";
    homepage = "https://github.com/chartmuseum/helm-push";
    license = licenses.asl20;
    maintainers = with maintainers; [ azahi ];
    maintainers = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -32,6 +32,6 @@ stdenvNoCC.mkDerivation rec {
    homepage = "https://github.com/badaix/aixlog";
    changelog = "https://github.com/badaix/aixlog/releases/tag/${src.rev}";
    license = licenses.mit;
    maintainers = with maintainers; [ azahi ];
    maintainers = [ ];
  };
}
Loading