Merge #121780: treewide meta.maintainers tweaks

This commit is contained in:
Vladimír Čunát
2021-05-08 10:46:32 +02:00
94 changed files with 92 additions and 95 deletions

View File

@@ -6,7 +6,7 @@ with lib;
{
meta = {
maintainers = with maintainers; [ worldofpeace ];
maintainers = with maintainers; [ ];
};
###### interface

View File

@@ -266,5 +266,5 @@ in
} // mapAttrs' appConfigToINICompatible cfg.appConfig);
};
meta.maintainers = with lib.maintainers; [ worldofpeace ];
meta.maintainers = with lib.maintainers; [ ];
}

View File

@@ -19,7 +19,7 @@ in
];
meta = {
maintainers = with maintainers; [ worldofpeace ];
maintainers = with maintainers; [ ];
};
###### interface

View File

@@ -7,7 +7,7 @@ with lib;
{
meta = {
maintainers = with maintainers; [ worldofpeace ];
maintainers = with maintainers; [ ];
};
###### interface

View File

@@ -9,7 +9,7 @@ in
{
meta = {
maintainers = with maintainers; [ worldofpeace ];
maintainers = with maintainers; [ ];
};
imports = [

View File

@@ -39,6 +39,6 @@ python3.pkgs.buildPythonApplication {
'';
meta = with lib; {
maintainers = with maintainers; [ worldofpeace ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -11,7 +11,7 @@ let
in
{
meta = {
maintainers = with maintainers; [ worldofpeace ];
maintainers = with maintainers; [ ];
};
options = {

View File

@@ -70,7 +70,7 @@ let
in
{
meta = {
maintainers = with maintainers; [ worldofpeace ];
maintainers = with maintainers; [ ];
};
# Note: the order in which lightdm greeter modules are imported

View File

@@ -4,7 +4,6 @@ import ./make-test-python.nix ({ lib, ... }:
meta.maintainers = with lib.maintainers; [
jtojnar
worldofpeace
];
machine = { config, pkgs, ... }: {

View File

@@ -1,7 +1,7 @@
import ./make-test-python.nix ({ pkgs, ...} : {
name = "lightdm";
meta = with pkgs.lib.maintainers; {
maintainers = [ aszlig worldofpeace ];
maintainers = [ aszlig ];
};
machine = { ... }: {