diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 1e0b32d63f94..459a65c6d5f0 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -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"; diff --git a/pkgs/applications/office/mendeley/default.nix b/pkgs/applications/office/mendeley/default.nix index 2189e70503be..2269432bf744 100644 --- a/pkgs/applications/office/mendeley/default.nix +++ b/pkgs/applications/office/mendeley/default.nix @@ -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"; }; diff --git a/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix b/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix index b4546c885f8e..182e12044b5f 100644 --- a/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix +++ b/pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix @@ -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; diff --git a/pkgs/by-name/bo/borg-sans-mono/package.nix b/pkgs/by-name/bo/borg-sans-mono/package.nix index c27f41e0d335..151282cd02e0 100644 --- a/pkgs/by-name/bo/borg-sans-mono/package.nix +++ b/pkgs/by-name/bo/borg-sans-mono/package.nix @@ -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 = [ ]; }; } diff --git a/pkgs/by-name/bt/btdu/package.nix b/pkgs/by-name/bt/btdu/package.nix index 97b700818d79..38e0458495f7 100644 --- a/pkgs/by-name/bt/btdu/package.nix +++ b/pkgs/by-name/bt/btdu/package.nix @@ -39,7 +39,6 @@ buildDubPackage rec { license = lib.licenses.gpl2Only; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ - atila cybershadow ]; mainProgram = "btdu"; diff --git a/pkgs/by-name/di/distrobox/package.nix b/pkgs/by-name/di/distrobox/package.nix index 92864244106a..07550a6a2a7b 100644 --- a/pkgs/by-name/di/distrobox/package.nix +++ b/pkgs/by-name/di/distrobox/package.nix @@ -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"; }; }) diff --git a/pkgs/by-name/dr/droidmote/package.nix b/pkgs/by-name/dr/droidmote/package.nix index 8d325319d24f..57cd8d1e47a9 100644 --- a/pkgs/by-name/dr/droidmote/package.nix +++ b/pkgs/by-name/dr/droidmote/package.nix @@ -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; }; } diff --git a/pkgs/by-name/ha/halide/package.nix b/pkgs/by-name/ha/halide/package.nix index adb1918eefc4..c48162371c5c 100644 --- a/pkgs/by-name/ha/halide/package.nix +++ b/pkgs/by-name/ha/halide/package.nix @@ -152,7 +152,6 @@ stdenv.mkDerivation (finalAttrs: { platforms = lib.platforms.all; maintainers = with lib.maintainers; [ ck3d - atila twesterhout ]; broken = !stdenv.buildPlatform.canExecute stdenv.hostPlatform; diff --git a/pkgs/by-name/ir/irpf/package.nix b/pkgs/by-name/ir/irpf/package.nix index 99cecc3c54dd..47b75758430e 100644 --- a/pkgs/by-name/ir/irpf/package.nix +++ b/pkgs/by-name/ir/irpf/package.nix @@ -90,7 +90,6 @@ stdenvNoCC.mkDerivation (finalAttrs: { platforms = lib.platforms.all; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; maintainers = with lib.maintainers; [ - atila rafaelrc ]; mainProgram = "irpf"; diff --git a/pkgs/by-name/ko/kompute/package.nix b/pkgs/by-name/ko/kompute/package.nix index da8f2cefc385..ef0d89b472e7 100644 --- a/pkgs/by-name/ko/kompute/package.nix +++ b/pkgs/by-name/ko/kompute/package.nix @@ -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; }; }) diff --git a/pkgs/by-name/mp/mpvpaper/package.nix b/pkgs/by-name/mp/mpvpaper/package.nix index 5b1edf675698..33d26f584fde 100644 --- a/pkgs/by-name/mp/mpvpaper/package.nix +++ b/pkgs/by-name/mp/mpvpaper/package.nix @@ -61,6 +61,6 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.gpl3Only; platforms = lib.platforms.linux; mainProgram = "mpvpaper"; - maintainers = with lib.maintainers; [ atila ]; + maintainers = [ ]; }; }) diff --git a/pkgs/by-name/ob/obsidian/package.nix b/pkgs/by-name/ob/obsidian/package.nix index a55f6ca8e712..1cd5d65610a5 100644 --- a/pkgs/by-name/ob/obsidian/package.nix +++ b/pkgs/by-name/ob/obsidian/package.nix @@ -21,7 +21,6 @@ let mainProgram = "obsidian"; license = lib.licenses.obsidian; maintainers = with lib.maintainers; [ - atila conradmearns zaninime qbit diff --git a/pkgs/by-name/oi/oil-buku/package.nix b/pkgs/by-name/oi/oil-buku/package.nix index 34635a0fdcb8..d1249f4ce694 100644 --- a/pkgs/by-name/oi/oil-buku/package.nix +++ b/pkgs/by-name/oi/oil-buku/package.nix @@ -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; }; diff --git a/pkgs/by-name/su/subnetcalc/package.nix b/pkgs/by-name/su/subnetcalc/package.nix index 698382cecad2..ea25e8d41117 100644 --- a/pkgs/by-name/su/subnetcalc/package.nix +++ b/pkgs/by-name/su/subnetcalc/package.nix @@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: { type, scope, interface ID, etc.). ''; mainProgram = "subnetcalc"; - maintainers = with lib.maintainers; [ atila ]; + maintainers = [ ]; platforms = lib.platforms.unix; }; }) diff --git a/pkgs/by-name/sw/swaytools/package.nix b/pkgs/by-name/sw/swaytools/package.nix index b32ec9397e1f..160f7f720727 100644 --- a/pkgs/by-name/sw/swaytools/package.nix +++ b/pkgs/by-name/sw/swaytools/package.nix @@ -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; }; }) diff --git a/pkgs/by-name/sw/swayws/package.nix b/pkgs/by-name/sw/swayws/package.nix index 28726d8e6733..78e8ee24e202 100644 --- a/pkgs/by-name/sw/swayws/package.nix +++ b/pkgs/by-name/sw/swayws/package.nix @@ -28,6 +28,6 @@ rustPlatform.buildRustPackage { mainProgram = "swayws"; homepage = "https://gitlab.com/w0lff/swayws"; license = lib.licenses.mit; - maintainers = [ lib.maintainers.atila ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/zo/zotero-beta/package.nix b/pkgs/by-name/zo/zotero-beta/package.nix index c34e34264888..72bbb8df0058 100644 --- a/pkgs/by-name/zo/zotero-beta/package.nix +++ b/pkgs/by-name/zo/zotero-beta/package.nix @@ -133,7 +133,6 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.agpl3Only; platforms = [ "x86_64-linux" ]; maintainers = with lib.maintainers; [ - atila justanotherariel ]; }; diff --git a/pkgs/by-name/zo/zotero/package.nix b/pkgs/by-name/zo/zotero/package.nix index 78e8292923fb..72ea4bb58d63 100644 --- a/pkgs/by-name/zo/zotero/package.nix +++ b/pkgs/by-name/zo/zotero/package.nix @@ -319,7 +319,6 @@ buildNpmPackage (finalAttrs: { license = lib.licenses.agpl3Only; platforms = lib.platforms.linux ++ lib.platforms.darwin; maintainers = with lib.maintainers; [ - atila justanotherariel mynacol ]; diff --git a/pkgs/development/python-modules/archspec/default.nix b/pkgs/development/python-modules/archspec/default.nix index ddf91e1a1d82..55a192f01c09 100644 --- a/pkgs/development/python-modules/archspec/default.nix +++ b/pkgs/development/python-modules/archspec/default.nix @@ -40,7 +40,7 @@ buildPythonPackage rec { mit asl20 ]; - maintainers = with lib.maintainers; [ atila ]; + maintainers = [ ]; mainProgram = "archspec"; }; } diff --git a/pkgs/development/python-modules/codepy/default.nix b/pkgs/development/python-modules/codepy/default.nix index 7e9996dfeecc..02ea5fc1c994 100644 --- a/pkgs/development/python-modules/codepy/default.nix +++ b/pkgs/development/python-modules/codepy/default.nix @@ -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 = [ ]; }; } diff --git a/pkgs/development/python-modules/contexttimer/default.nix b/pkgs/development/python-modules/contexttimer/default.nix index 987339bc9922..556a77575a11 100644 --- a/pkgs/development/python-modules/contexttimer/default.nix +++ b/pkgs/development/python-modules/contexttimer/default.nix @@ -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 = [ ]; }; } diff --git a/pkgs/development/python-modules/deepwave/default.nix b/pkgs/development/python-modules/deepwave/default.nix index 7b088b8ac231..e3eb4a9e0071 100644 --- a/pkgs/development/python-modules/deepwave/default.nix +++ b/pkgs/development/python-modules/deepwave/default.nix @@ -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 = [ ]; }; } diff --git a/pkgs/development/python-modules/devito/default.nix b/pkgs/development/python-modules/devito/default.nix index 9421cb355a0c..aa9e855d9a00 100644 --- a/pkgs/development/python-modules/devito/default.nix +++ b/pkgs/development/python-modules/devito/default.nix @@ -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 = [ ]; }; } diff --git a/pkgs/development/python-modules/hpccm/default.nix b/pkgs/development/python-modules/hpccm/default.nix index 925690b9f6ed..5c3d2a23a176 100644 --- a/pkgs/development/python-modules/hpccm/default.nix +++ b/pkgs/development/python-modules/hpccm/default.nix @@ -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; }; diff --git a/pkgs/development/python-modules/pyrevolve/default.nix b/pkgs/development/python-modules/pyrevolve/default.nix index 012ce50dc62e..bb9602627a72 100644 --- a/pkgs/development/python-modules/pyrevolve/default.nix +++ b/pkgs/development/python-modules/pyrevolve/default.nix @@ -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 = [ ]; }; } diff --git a/pkgs/development/python-modules/segyio/default.nix b/pkgs/development/python-modules/segyio/default.nix index ed8276efe92f..4901fe1f0c6f 100644 --- a/pkgs/development/python-modules/segyio/default.nix +++ b/pkgs/development/python-modules/segyio/default.nix @@ -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 = [ ]; }; } diff --git a/pkgs/development/python-modules/tiler/default.nix b/pkgs/development/python-modules/tiler/default.nix index 5ab9aa6288fa..5893ab3c8a1a 100644 --- a/pkgs/development/python-modules/tiler/default.nix +++ b/pkgs/development/python-modules/tiler/default.nix @@ -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 = [ ]; }; } diff --git a/pkgs/os-specific/linux/rtw88/default.nix b/pkgs/os-specific/linux/rtw88/default.nix index 07434bbf4a5b..9ab37ecad449 100644 --- a/pkgs/os-specific/linux/rtw88/default.nix +++ b/pkgs/os-specific/linux/rtw88/default.nix @@ -49,7 +49,6 @@ stdenv.mkDerivation { ]; maintainers = with lib.maintainers; [ tvorog - atila ]; platforms = lib.platforms.linux; broken = kernel.kernelOlder "4.20";