maintainers: Remove adisbladis as maintainer from various packages

These are a handful of packages I no longer use or/and have lost interest in.
This commit is contained in:
adisbladis 2023-12-27 23:11:39 +13:00
parent 1b9f6e68c2
commit c24958f4c7
11 changed files with 11 additions and 12 deletions

View File

@ -9,7 +9,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: let
in {
name = "containers-custom-pkgs";
meta = {
maintainers = with lib.maintainers; [ adisbladis erikarvstedt ];
maintainers = with lib.maintainers; [ erikarvstedt ];
};
nodes.machine = { config, ... }: {

View File

@ -12,7 +12,7 @@ let
in {
name = "google-oslogin";
meta = with pkgs.lib.maintainers; {
maintainers = [ adisbladis flokli ];
maintainers = [ flokli ];
};
nodes = {
@ -71,4 +71,3 @@ in {
)
'';
})

View File

@ -12,7 +12,7 @@ let
name = "oci-containers-${backend}";
meta.maintainers = lib.teams.serokell.members
++ (with lib.maintainers; [ adisbladis benley mkaito ]);
++ (with lib.maintainers; [ benley mkaito ]);
nodes = {
${backend} = { pkgs, ... }: {

View File

@ -19,7 +19,7 @@ let
makeTest {
name = "zfs-" + name;
meta = with pkgs.lib.maintainers; {
maintainers = [ adisbladis elvishjerricco ];
maintainers = [ elvishjerricco ];
};
nodes.machine = { config, pkgs, lib, ... }:

View File

@ -40,6 +40,6 @@ buildPythonPackage {
description = "EncryptedLinksTo from Nixops 1 module port";
homepage = "https://github.com/nix-community/nixops-encrypted-links";
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";
homepage = "https://github.com/NixOS/nixops";
license = licenses.lgpl3Only;
maintainers = with lib.maintainers; [ adisbladis aminechikhaoui roberth ];
maintainers = with lib.maintainers; [ aminechikhaoui roberth ];
platforms = lib.platforms.unix;
mainProgram = "nixops";
};

View File

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
# libldac code detects & #error's out on non-LE byte order
platforms = platforms.littleEndian;
maintainers = with maintainers; [ adisbladis ];
maintainers = with maintainers; [ ];
};
}

View File

@ -21,6 +21,6 @@ buildGoModule rec {
homepage = "https://github.com/bronze1man/yaml2json";
description = "Convert yaml to json";
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";
homepage = "https://join-lemmy.org/";
license = licenses.agpl3Only;
maintainers = with maintainers; [ happysalada billewanick adisbladis ];
maintainers = with maintainers; [ happysalada billewanick ];
mainProgram = "lemmy_server";
};
}

View File

@ -92,7 +92,7 @@ mkYarnPackage {
description = "Building a federated alternative to reddit in rust";
homepage = "https://join-lemmy.org/";
license = licenses.agpl3Only;
maintainers = with maintainers; [ happysalada billewanick adisbladis ];
maintainers = with maintainers; [ happysalada billewanick ];
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
system.
'';
maintainers = with lib.maintainers; [ adisbladis ];
maintainers = with lib.maintainers; [ ];
mainProgram = "rmfuse";
};
}