mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
maintainers: drop aristid
Inactive since 2022.
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -10,7 +10,6 @@ in
|
||||
name = "containers-bridge";
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [
|
||||
aristid
|
||||
aszlig
|
||||
];
|
||||
};
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
name = "containers-imperative";
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [
|
||||
aristid
|
||||
aszlig
|
||||
];
|
||||
};
|
||||
|
||||
@@ -17,7 +17,6 @@ in
|
||||
name = "containers-ipv4-ipv6";
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [
|
||||
aristid
|
||||
aszlig
|
||||
];
|
||||
};
|
||||
|
||||
@@ -10,7 +10,6 @@ in
|
||||
name = "containers-portforward";
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [
|
||||
aristid
|
||||
aszlig
|
||||
ianwookim
|
||||
];
|
||||
|
||||
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ aristid ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "ideviceinstaller";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user