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

authored by

Maximilian Bosch and committed by
GitHub
fe347f86 593cac9f

+3 -5
-1
maintainers/team-list.nix
··· 421 frlan 422 leona 423 osnyx 424 - ma27 425 ]; 426 scope = "Team for Flying Circus employees who collectively maintain packages."; 427 shortName = "Flying Circus employees";
··· 421 frlan 422 leona 423 osnyx 424 ]; 425 scope = "Team for Flying Circus employees who collectively maintain packages."; 426 shortName = "Flying Circus employees";
+1 -1
nixos/tests/oci-containers.nix
··· 73 type: 74 makeTest { 75 name = "oci-containers-podman-rootless-${type}"; 76 - meta.maintainers = lib.teams.flyingcircus.members; 77 nodes = { 78 podman = 79 { pkgs, ... }:
··· 73 type: 74 makeTest { 75 name = "oci-containers-podman-rootless-${type}"; 76 + meta.maintainers = lib.teams.flyingcircus.members ++ [ lib.maintainers.ma27 ]; 77 nodes = { 78 podman = 79 { pkgs, ... }:
-1
pkgs/applications/video/mpv/default.nix
··· 314 maintainers = with lib.maintainers; [ 315 fpletz 316 globin 317 - ma27 318 SchweGELBin 319 ]; 320 platforms = lib.platforms.unix;
··· 314 maintainers = with lib.maintainers; [ 315 fpletz 316 globin 317 SchweGELBin 318 ]; 319 platforms = lib.platforms.unix;
+1 -1
pkgs/by-name/wi/wiki-js/package.nix
··· 44 homepage = "https://js.wiki/"; 45 description = "Modern and powerful wiki app built on Node.js"; 46 license = licenses.agpl3Only; 47 - maintainers = with maintainers; [ ma27 ]; 48 }; 49 }
··· 44 homepage = "https://js.wiki/"; 45 description = "Modern and powerful wiki app built on Node.js"; 46 license = licenses.agpl3Only; 47 + maintainers = with maintainers; [ ]; 48 }; 49 }
+1 -1
pkgs/development/python-modules/pydash/default.nix
··· 50 homepage = "https://pydash.readthedocs.io"; 51 changelog = "https://github.com/dgilland/pydash/blob/v${version}/CHANGELOG.rst"; 52 license = licenses.mit; 53 - maintainers = with maintainers; [ ma27 ]; 54 }; 55 }
··· 50 homepage = "https://pydash.readthedocs.io"; 51 changelog = "https://github.com/dgilland/pydash/blob/v${version}/CHANGELOG.rst"; 52 license = licenses.mit; 53 + maintainers = with maintainers; [ ]; 54 }; 55 }