Merge pull request #277074 from adisbladis/maintainers-treewide-various-adisbladis-remove
maintainers: Remove adisbladis as maintainer from various packages
This commit is contained in:
commit
14f87e678a
11 changed files with 11 additions and 12 deletions
|
@ -9,7 +9,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: let
|
||||||
in {
|
in {
|
||||||
name = "containers-custom-pkgs";
|
name = "containers-custom-pkgs";
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = with lib.maintainers; [ adisbladis erikarvstedt ];
|
maintainers = with lib.maintainers; [ erikarvstedt ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nodes.machine = { config, ... }: {
|
nodes.machine = { config, ... }: {
|
||||||
|
|
|
@ -12,7 +12,7 @@ let
|
||||||
in {
|
in {
|
||||||
name = "google-oslogin";
|
name = "google-oslogin";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ adisbladis flokli ];
|
maintainers = [ flokli ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
|
@ -71,4 +71,3 @@ in {
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ let
|
||||||
name = "oci-containers-${backend}";
|
name = "oci-containers-${backend}";
|
||||||
|
|
||||||
meta.maintainers = lib.teams.serokell.members
|
meta.maintainers = lib.teams.serokell.members
|
||||||
++ (with lib.maintainers; [ adisbladis benley mkaito ]);
|
++ (with lib.maintainers; [ benley mkaito ]);
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
${backend} = { pkgs, ... }: {
|
${backend} = { pkgs, ... }: {
|
||||||
|
|
|
@ -19,7 +19,7 @@ let
|
||||||
makeTest {
|
makeTest {
|
||||||
name = "zfs-" + name;
|
name = "zfs-" + name;
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ adisbladis elvishjerricco ];
|
maintainers = [ elvishjerricco ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nodes.machine = { config, pkgs, lib, ... }:
|
nodes.machine = { config, pkgs, lib, ... }:
|
||||||
|
|
|
@ -40,6 +40,6 @@ buildPythonPackage {
|
||||||
description = "EncryptedLinksTo from Nixops 1 module port";
|
description = "EncryptedLinksTo from Nixops 1 module port";
|
||||||
homepage = "https://github.com/nix-community/nixops-encrypted-links";
|
homepage = "https://github.com/nix-community/nixops-encrypted-links";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ adisbladis ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,7 +58,7 @@ buildPythonApplication rec {
|
||||||
description = "A tool for deploying to NixOS machines in a network or cloud";
|
description = "A tool for deploying to NixOS machines in a network or cloud";
|
||||||
homepage = "https://github.com/NixOS/nixops";
|
homepage = "https://github.com/NixOS/nixops";
|
||||||
license = licenses.lgpl3Only;
|
license = licenses.lgpl3Only;
|
||||||
maintainers = with lib.maintainers; [ adisbladis aminechikhaoui roberth ];
|
maintainers = with lib.maintainers; [ aminechikhaoui roberth ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
mainProgram = "nixops";
|
mainProgram = "nixops";
|
||||||
};
|
};
|
||||||
|
|
|
@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
# libldac code detects & #error's out on non-LE byte order
|
# libldac code detects & #error's out on non-LE byte order
|
||||||
platforms = platforms.littleEndian;
|
platforms = platforms.littleEndian;
|
||||||
maintainers = with maintainers; [ adisbladis ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,6 +21,6 @@ buildGoModule rec {
|
||||||
homepage = "https://github.com/bronze1man/yaml2json";
|
homepage = "https://github.com/bronze1man/yaml2json";
|
||||||
description = "Convert yaml to json";
|
description = "Convert yaml to json";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = [ maintainers.adisbladis ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,7 +53,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
description = "🐀 Building a federated alternative to reddit in rust";
|
description = "🐀 Building a federated alternative to reddit in rust";
|
||||||
homepage = "https://join-lemmy.org/";
|
homepage = "https://join-lemmy.org/";
|
||||||
license = licenses.agpl3Only;
|
license = licenses.agpl3Only;
|
||||||
maintainers = with maintainers; [ happysalada billewanick adisbladis ];
|
maintainers = with maintainers; [ happysalada billewanick ];
|
||||||
mainProgram = "lemmy_server";
|
mainProgram = "lemmy_server";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -92,7 +92,7 @@ mkYarnPackage {
|
||||||
description = "Building a federated alternative to reddit in rust";
|
description = "Building a federated alternative to reddit in rust";
|
||||||
homepage = "https://join-lemmy.org/";
|
homepage = "https://join-lemmy.org/";
|
||||||
license = licenses.agpl3Only;
|
license = licenses.agpl3Only;
|
||||||
maintainers = with maintainers; [ happysalada billewanick adisbladis ];
|
maintainers = with maintainers; [ happysalada billewanick ];
|
||||||
inherit (nodejs.meta) platforms;
|
inherit (nodejs.meta) platforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,7 +44,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
in the reMarkable Cloud using the same tools you use on your local
|
in the reMarkable Cloud using the same tools you use on your local
|
||||||
system.
|
system.
|
||||||
'';
|
'';
|
||||||
maintainers = with lib.maintainers; [ adisbladis ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
mainProgram = "rmfuse";
|
mainProgram = "rmfuse";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue