File tree Expand file tree Collapse file tree 5 files changed +3
-5
lines changed
development/python-modules/pydash Expand file tree Collapse file tree 5 files changed +3
-5
lines changed Original file line number Diff line number Diff 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" ;
Original file line number Diff line number Diff line change 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 , ... } :
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments