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

This commit is contained in:
Maximilian Bosch
2025-08-28 19:14:35 +02:00
committed by GitHub
5 changed files with 3 additions and 5 deletions

View File

@@ -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";

View File

@@ -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, ... }:

View File

@@ -314,7 +314,6 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [
fpletz
globin
ma27
SchweGELBin
];
platforms = lib.platforms.unix;

View File

@@ -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; [ ];
};
}

View File

@@ -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; [ ];
};
}