Merge pull request #277074 from adisbladis/maintainers-treewide-various-adisbladis-remove

maintainers: Remove adisbladis as maintainer from various packages
This commit is contained in:
adisbladis 2023-12-28 00:28:00 +13:00 committed by GitHub
commit 14f87e678a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 12 deletions

View File

@ -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, ... }: {

View File

@ -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 {
) )
''; '';
}) })

View File

@ -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, ... }: {

View File

@ -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, ... }:

View File

@ -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; [ ];
}; };
} }

View File

@ -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";
}; };

View File

@ -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; [ ];
}; };
} }

View File

@ -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 = [ ];
}; };
} }

View File

@ -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";
}; };
} }

View File

@ -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;
}; };
} }

View File

@ -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";
}; };
} }