Skip to content

Commit fe347f8

Browse files
authored
Merge: treewide: small maintainer updates for ma27 (#437458)
2 parents 593cac9 + 10d9aa3 commit fe347f8

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

maintainers/team-list.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ with lib.maintainers;
421421
frlan
422422
leona
423423
osnyx
424-
ma27
425424
];
426425
scope = "Team for Flying Circus employees who collectively maintain packages.";
427426
shortName = "Flying Circus employees";

nixos/tests/oci-containers.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ let
7373
type:
7474
makeTest {
7575
name = "oci-containers-podman-rootless-${type}";
76-
meta.maintainers = lib.teams.flyingcircus.members;
76+
meta.maintainers = lib.teams.flyingcircus.members ++ [ lib.maintainers.ma27 ];
7777
nodes = {
7878
podman =
7979
{ pkgs, ... }:

pkgs/applications/video/mpv/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ stdenv.mkDerivation (finalAttrs: {
314314
maintainers = with lib.maintainers; [
315315
fpletz
316316
globin
317-
ma27
318317
SchweGELBin
319318
];
320319
platforms = lib.platforms.unix;

pkgs/by-name/wi/wiki-js/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
4444
homepage = "https://js.wiki/";
4545
description = "Modern and powerful wiki app built on Node.js";
4646
license = licenses.agpl3Only;
47-
maintainers = with maintainers; [ ma27 ];
47+
maintainers = with maintainers; [ ];
4848
};
4949
}

pkgs/development/python-modules/pydash/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ buildPythonPackage rec {
5050
homepage = "https://pydash.readthedocs.io";
5151
changelog = "https://github.com/dgilland/pydash/blob/v${version}/CHANGELOG.rst";
5252
license = licenses.mit;
53-
maintainers = with maintainers; [ ma27 ];
53+
maintainers = with maintainers; [ ];
5454
};
5555
}

0 commit comments

Comments
 (0)