maintainers: drop atila

This commit is contained in:
Hythera
2026-02-19 23:56:03 +01:00
parent c4c6a8dea4
commit 630ef37f6f
28 changed files with 19 additions and 33 deletions

View File

@@ -2548,12 +2548,6 @@
githubId = 6553158;
name = "Joel Höner";
};
atila = {
name = "Átila Saraiva";
email = "atilasaraiva@gmail.com";
github = "AtilaSaraiva";
githubId = 29521461;
};
atkinschang = {
email = "atkinschang+nixpkgs@gmail.com";
github = "AtkinsChang";

View File

@@ -40,7 +40,7 @@ appimageTools.wrapType2 {
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with lib.maintainers; [ atila ];
maintainers = [ ];
mainProgram = "mendeley-reference-manager";
};

View File

@@ -85,7 +85,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/nowrep/obs-vkcapture";
changelog = "https://github.com/nowrep/obs-vkcapture/releases/tag/v${finalAttrs.version}";
maintainers = with lib.maintainers; [
atila
pedrohlc
];
license = lib.licenses.gpl2Only;

View File

@@ -27,6 +27,6 @@ stdenvNoCC.mkDerivation {
homepage = "https://github.com/marnen/borg-sans-mono";
license = lib.licenses.asl20;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ atila ];
maintainers = [ ];
};
}

View File

@@ -39,7 +39,6 @@ buildDubPackage rec {
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [
atila
cybershadow
];
mainProgram = "btdu";

View File

@@ -67,7 +67,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://distrobox.it/";
license = lib.licenses.gpl3Only;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ atila ];
maintainers = [ ];
mainProgram = "distrobox";
};
})

View File

@@ -62,7 +62,7 @@ stdenv.mkDerivation {
homepage = "https://www.videomap.it/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ atila ];
maintainers = [ ];
platforms = lib.attrNames srcs;
};
}

View File

@@ -152,7 +152,6 @@ stdenv.mkDerivation (finalAttrs: {
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [
ck3d
atila
twesterhout
];
broken = !stdenv.buildPlatform.canExecute stdenv.hostPlatform;

View File

@@ -90,7 +90,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
platforms = lib.platforms.all;
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
maintainers = with lib.maintainers; [
atila
rafaelrc
];
mainProgram = "irpf";

View File

@@ -76,7 +76,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
homepage = "https://kompute.cc/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ atila ];
maintainers = [ ];
platforms = lib.platforms.linux;
};
})

View File

@@ -61,6 +61,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.gpl3Only;
platforms = lib.platforms.linux;
mainProgram = "mpvpaper";
maintainers = with lib.maintainers; [ atila ];
maintainers = [ ];
};
})

View File

@@ -21,7 +21,6 @@ let
mainProgram = "obsidian";
license = lib.licenses.obsidian;
maintainers = with lib.maintainers; [
atila
conradmearns
zaninime
qbit

View File

@@ -46,7 +46,7 @@ stdenvNoCC.mkDerivation rec {
description = "Search-as-you-type cli frontend for the buku bookmarks manager using peco";
homepage = "https://github.com/AndreiUlmeyda/oil";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ atila ];
maintainers = [ ];
mainProgram = "oil";
platforms = lib.platforms.unix;
};

View File

@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
type, scope, interface ID, etc.).
'';
mainProgram = "subnetcalc";
maintainers = with lib.maintainers; [ atila ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
})

View File

@@ -27,7 +27,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
homepage = "https://github.com/tmccombs/swaytools";
description = "Collection of simple tools for sway (and i3)";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ atila ];
maintainers = [ ];
platforms = lib.platforms.linux;
};
})

View File

@@ -28,6 +28,6 @@ rustPlatform.buildRustPackage {
mainProgram = "swayws";
homepage = "https://gitlab.com/w0lff/swayws";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.atila ];
maintainers = [ ];
};
}

View File

@@ -133,7 +133,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.agpl3Only;
platforms = [ "x86_64-linux" ];
maintainers = with lib.maintainers; [
atila
justanotherariel
];
};

View File

@@ -319,7 +319,6 @@ buildNpmPackage (finalAttrs: {
license = lib.licenses.agpl3Only;
platforms = lib.platforms.linux ++ lib.platforms.darwin;
maintainers = with lib.maintainers; [
atila
justanotherariel
mynacol
];

View File

@@ -40,7 +40,7 @@ buildPythonPackage rec {
mit
asl20
];
maintainers = with lib.maintainers; [ atila ];
maintainers = [ ];
mainProgram = "archspec";
};
}

View File

@@ -43,6 +43,6 @@ buildPythonPackage rec {
homepage = "https://github.com/inducer/codepy";
description = "Generate and execute native code at run time, from Python";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ atila ];
maintainers = [ ];
};
}

View File

@@ -40,6 +40,6 @@ buildPythonPackage {
homepage = "https://github.com/brouberol/contexttimer";
description = "Timer as a context manager";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ atila ];
maintainers = [ ];
};
}

View File

@@ -68,6 +68,6 @@ buildPythonPackage rec {
homepage = "https://github.com/ar4/deepwave";
license = lib.licenses.mit;
platforms = lib.intersectLists lib.platforms.x86_64 lib.platforms.linux;
maintainers = with lib.maintainers; [ atila ];
maintainers = [ ];
};
}

View File

@@ -154,6 +154,6 @@ buildPythonPackage rec {
homepage = "https://www.devitoproject.org/";
changelog = "https://github.com/devitocodes/devito/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ atila ];
maintainers = [ ];
};
}

View File

@@ -48,7 +48,7 @@ buildPythonPackage rec {
homepage = "https://github.com/NVIDIA/hpc-container-maker";
changelog = "https://github.com/NVIDIA/hpc-container-maker/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ atila ];
maintainers = [ ];
mainProgram = "hpccm";
platforms = lib.platforms.x86;
};

View File

@@ -51,6 +51,6 @@ buildPythonPackage rec {
changelog = "https://github.com/devitocodes/pyrevolve/releases/tag/${src.tag}";
description = "Python library to manage checkpointing for adjoints";
license = lib.licenses.epl10;
maintainers = with lib.maintainers; [ atila ];
maintainers = [ ];
};
}

View File

@@ -57,6 +57,6 @@ buildPythonPackage rec {
description = "Fast Python library for SEGY files";
homepage = "https://github.com/equinor/segyio";
license = lib.licenses.lgpl3Only;
maintainers = with lib.maintainers; [ atila ];
maintainers = [ ];
};
}

View File

@@ -39,6 +39,6 @@ buildPythonPackage rec {
description = "N-dimensional NumPy array tiling and merging with overlapping, padding and tapering";
homepage = "https://the-lay.github.io/tiler/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ atila ];
maintainers = [ ];
};
}

View File

@@ -49,7 +49,6 @@ stdenv.mkDerivation {
];
maintainers = with lib.maintainers; [
tvorog
atila
];
platforms = lib.platforms.linux;
broken = kernel.kernelOlder "4.20";