maintainers: drop aristid

Inactive since 2022.
This commit is contained in:
Michael Daniels
2025-11-08 11:38:34 -05:00
parent a3a79b6812
commit 2ef8ce7297
10 changed files with 4 additions and 18 deletions

View File

@@ -2088,12 +2088,6 @@
githubId = 8049011;
name = "Arik Grahl";
};
aristid = {
email = "aristidb@gmail.com";
github = "aristidb";
githubId = 30712;
name = "Aristid Breitkreuz";
};
ariutta = {
email = "anders.riutta@gmail.com";
github = "ariutta";

View File

@@ -10,7 +10,6 @@ in
name = "containers-bridge";
meta = {
maintainers = with lib.maintainers; [
aristid
aszlig
];
};

View File

@@ -3,7 +3,6 @@
name = "containers-imperative";
meta = {
maintainers = with lib.maintainers; [
aristid
aszlig
];
};

View File

@@ -17,7 +17,6 @@ in
name = "containers-ipv4-ipv6";
meta = {
maintainers = with lib.maintainers; [
aristid
aszlig
];
};

View File

@@ -10,7 +10,6 @@ in
name = "containers-portforward";
meta = {
maintainers = with lib.maintainers; [
aristid
aszlig
ianwookim
];

View File

@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ aristid ];
maintainers = [ ];
mainProgram = "ideviceinstaller";
};
}

View File

@@ -109,7 +109,6 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/ispc/ispc/releases/tag/${finalAttrs.version}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
aristid
thoughtpolice
athas
alexfmpe

View File

@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
description = "Optimize JPEG files";
homepage = "https://www.kokkonen.net/tjko/projects.html";
license = licenses.gpl3Plus;
maintainers = [ maintainers.aristid ];
maintainers = [ ];
platforms = platforms.all;
mainProgram = "jpegoptim";
};

View File

@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://github.com/mozilla/mozjpeg";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.aristid ];
maintainers = [ ];
platforms = lib.platforms.all;
};
}

View File

@@ -47,9 +47,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
mainProgram = "rq";
homepage = "https://github.com/dflemstr/rq";
license = with lib.licenses; [ asl20 ];
maintainers = with lib.maintainers; [
aristid
Br1ght0ne
];
maintainers = with lib.maintainers; [ Br1ght0ne ];
};
})