Unverified Commit fe347f86 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

Merge: treewide: small maintainer updates for ma27 (#437458)

parents 593cac9f 10d9aa38
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -421,7 +421,6 @@ with lib.maintainers;
      frlan
      leona
      osnyx
      ma27
    ];
    scope = "Team for Flying Circus employees who collectively maintain packages.";
    shortName = "Flying Circus employees";
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ let
    type:
    makeTest {
      name = "oci-containers-podman-rootless-${type}";
      meta.maintainers = lib.teams.flyingcircus.members;
      meta.maintainers = lib.teams.flyingcircus.members ++ [ lib.maintainers.ma27 ];
      nodes = {
        podman =
          { pkgs, ... }:
+0 −1
Original line number Diff line number Diff line
@@ -314,7 +314,6 @@ stdenv.mkDerivation (finalAttrs: {
    maintainers = with lib.maintainers; [
      fpletz
      globin
      ma27
      SchweGELBin
    ];
    platforms = lib.platforms.unix;
+1 −1
Original line number Diff line number Diff line
@@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
    homepage = "https://js.wiki/";
    description = "Modern and powerful wiki app built on Node.js";
    license = licenses.agpl3Only;
    maintainers = with maintainers; [ ma27 ];
    maintainers = with maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -50,6 +50,6 @@ buildPythonPackage rec {
    homepage = "https://pydash.readthedocs.io";
    changelog = "https://github.com/dgilland/pydash/blob/v${version}/CHANGELOG.rst";
    license = licenses.mit;
    maintainers = with maintainers; [ ma27 ];
    maintainers = with maintainers; [ ];
  };
}