treewide: remove AndersonTorres from maintainers (#360292)

authored by

Aleksana and committed by
GitHub
f20dfdba 8a59b790

+35 -37
+1 -1
pkgs/applications/terminal-emulators/st/mcaimi-st.nix
··· 44 44 description = "Suckless Terminal fork"; 45 45 mainProgram = "st"; 46 46 license = licenses.mit; 47 - maintainers = with maintainers; [ AndersonTorres ]; 47 + maintainers = with maintainers; [ ]; 48 48 platforms = platforms.linux; 49 49 }; 50 50 }
+1 -1
pkgs/applications/window-managers/hyprwm/hypr/default.nix
··· 74 74 inherit (finalAttrs.src.meta) homepage; 75 75 description = "Tiling X11 window manager written in modern C++"; 76 76 license = licenses.bsd3; 77 - maintainers = with maintainers; [ AndersonTorres ]; 77 + maintainers = with maintainers; [ ]; 78 78 inherit (libX11.meta) platforms; 79 79 mainProgram = "Hypr"; 80 80 };
+1 -1
pkgs/by-name/al/alsa-tools/package.nix
··· 108 108 homepage = "http://www.alsa-project.org/"; 109 109 description = "ALSA Tools"; 110 110 license = lib.licenses.gpl2Plus; 111 - maintainers = [ lib.maintainers.AndersonTorres ]; 111 + maintainers = [ ]; 112 112 platforms = lib.platforms.linux; 113 113 }; 114 114 })
+1 -1
pkgs/by-name/al/alsa-utils/package.nix
··· 65 65 66 66 license = licenses.gpl2; 67 67 platforms = platforms.linux; 68 - maintainers = [ maintainers.AndersonTorres ]; 68 + maintainers = [ ]; 69 69 }; 70 70 }
+1 -1
pkgs/by-name/ap/apt-offline/package.nix
··· 48 48 description = "Offline APT package manager"; 49 49 license = with lib.licenses; [ gpl3Plus ]; 50 50 mainProgram = "apt-offline"; 51 - maintainers = with lib.maintainers; [ AndersonTorres ]; 51 + maintainers = with lib.maintainers; [ ]; 52 52 }; 53 53 } 54 54 # TODO: verify GUI and pkexec
+1 -1
pkgs/by-name/ap/apt/package.nix
··· 92 92 changelog = "https://salsa.debian.org/apt-team/apt/-/raw/${finalAttrs.version}/debian/changelog"; 93 93 license = with lib.licenses; [ gpl2Plus ]; 94 94 mainProgram = "apt"; 95 - maintainers = with lib.maintainers; [ AndersonTorres ]; 95 + maintainers = with lib.maintainers; [ ]; 96 96 platforms = lib.platforms.linux; 97 97 }; 98 98 })
+1 -1
pkgs/by-name/au/audit/package.nix
··· 84 84 description = "Audit Library"; 85 85 changelog = "https://github.com/linux-audit/audit-userspace/releases/tag/v${finalAttrs.version}"; 86 86 license = lib.licenses.gpl2Plus; 87 - maintainers = with lib.maintainers; [ AndersonTorres ]; 87 + maintainers = with lib.maintainers; [ ]; 88 88 platforms = lib.platforms.linux; 89 89 }; 90 90 })
+1 -1
pkgs/by-name/bl/bluez-tools/package.nix
··· 38 38 description = "Set of tools to manage bluetooth devices for linux"; 39 39 license = with lib.licenses; [ gpl2Plus ]; 40 40 mainProgram = "bt-agent"; 41 - maintainers = with lib.maintainers; [ AndersonTorres ]; 41 + maintainers = with lib.maintainers; [ ]; 42 42 platforms = lib.platforms.linux; 43 43 }; 44 44 })
+1 -1
pkgs/by-name/ce/cereal_1_3_0/package.nix
··· 33 33 description = "Header-only C++11 serialization library"; 34 34 changelog = "https://github.com/USCiLab/cereal/releases/tag/v${finalAttrs.version}"; 35 35 license = lib.licenses.bsd3; 36 - maintainers = with lib.maintainers; [ AndersonTorres ]; 36 + maintainers = with lib.maintainers; [ ]; 37 37 platforms = lib.platforms.all; 38 38 }; 39 39 })
+1 -1
pkgs/by-name/ce/cereal_1_3_2/package.nix
··· 24 24 description = "Header-only C++11 serialization library"; 25 25 changelog = "https://github.com/USCiLab/cereal/releases/tag/v${finalAttrs.version}"; 26 26 license = lib.licenses.bsd3; 27 - maintainers = with lib.maintainers; [ AndersonTorres ]; 27 + maintainers = with lib.maintainers; [ ]; 28 28 platforms = lib.platforms.all; 29 29 }; 30 30 })
+1 -1
pkgs/by-name/dd/ddsmt/package.nix
··· 30 30 description = "Delta debugger for SMT benchmarks in SMT-LIB v2"; 31 31 homepage = "https://ddsmt.readthedocs.io/"; 32 32 license = with lib.licenses; [ gpl3Plus ]; 33 - maintainers = with lib.maintainers; [ AndersonTorres ]; 33 + maintainers = with lib.maintainers; [ ]; 34 34 }; 35 35 }
+1 -1
pkgs/by-name/gt/gtklp/package.nix
··· 65 65 description = "GTK-based graphical frontend for CUPS"; 66 66 license = with lib.licenses; [ gpl2Only ]; 67 67 mainProgram = "gtklp"; 68 - maintainers = with lib.maintainers; [ AndersonTorres ]; 68 + maintainers = with lib.maintainers; [ ]; 69 69 platforms = lib.platforms.unix; 70 70 }; 71 71 })
+1 -1
pkgs/by-name/gu/guile-commonmark/package.nix
··· 38 38 homepage = "https://github.com/OrangeShark/guile-commonmark"; 39 39 description = "Implementation of CommonMark for Guile"; 40 40 license = licenses.lgpl3Plus; 41 - maintainers = with maintainers; [ AndersonTorres ]; 41 + maintainers = with maintainers; [ ]; 42 42 platforms = guile.meta.platforms; 43 43 }; 44 44 }
+1 -1
pkgs/by-name/gu/guile-reader/package.nix
··· 48 48 R5RS-derived document syntax. 49 49 ''; 50 50 license = licenses.lgpl3Plus; 51 - maintainers = with maintainers; [ AndersonTorres ]; 51 + maintainers = with maintainers; [ ]; 52 52 platforms = guile.meta.platforms; 53 53 }; 54 54 }
+1 -1
pkgs/by-name/gu/guile-sqlite3/package.nix
··· 45 45 homepage = "https://notabug.org/guile-sqlite3/guile-sqlite3"; 46 46 description = "Guile bindings for the SQLite3 database engine"; 47 47 license = lib.licenses.gpl3Plus; 48 - maintainers = with lib.maintainers; [ AndersonTorres ]; 48 + maintainers = with lib.maintainers; [ ]; 49 49 inherit (guile.meta) platforms; 50 50 }; 51 51 })
+1 -1
pkgs/by-name/ja/jasper/package.nix
··· 88 88 ''; 89 89 license = with lib.licenses; [ mit ]; 90 90 mainProgram = "jasper"; 91 - maintainers = with lib.maintainers; [ AndersonTorres ]; 91 + maintainers = with lib.maintainers; [ ]; 92 92 platforms = lib.platforms.unix; 93 93 }; 94 94 })
-1
pkgs/by-name/le/less/package.nix
··· 66 66 license = lib.licenses.gpl3Plus; 67 67 mainProgram = "less"; 68 68 maintainers = with lib.maintainers; [ 69 - AndersonTorres 70 69 # not active 71 70 dtzWill 72 71 ];
+1 -1
pkgs/by-name/li/libast/package.nix
··· 26 26 description = "Library of Assorted Spiffy Things"; 27 27 mainProgram = "libast-config"; 28 28 license = licenses.bsd2; 29 - maintainers = [ maintainers.AndersonTorres ]; 29 + maintainers = [ ]; 30 30 platforms = platforms.unix; 31 31 }; 32 32 }
+1 -1
pkgs/by-name/nw/nwg-drawer/package.nix
··· 59 59 changelog = "https://github.com/nwg-piotr/nwg-drawer/releases/tag/${src.rev}"; 60 60 license = with lib.licenses; [ mit ]; 61 61 mainProgram = "nwg-drawer"; 62 - maintainers = with lib.maintainers; [ AndersonTorres ]; 62 + maintainers = with lib.maintainers; [ ]; 63 63 platforms = with lib.platforms; linux; 64 64 }; 65 65 }
+1 -1
pkgs/by-name/on/onscripter-en/package.nix
··· 60 60 description = "Japanese visual novel scripting engine"; 61 61 license = lib.licenses.gpl2Plus; 62 62 mainProgram = "onscripter-en"; 63 - maintainers = with lib.maintainers; [ AndersonTorres ]; 63 + maintainers = with lib.maintainers; [ ]; 64 64 platforms = lib.platforms.unix; 65 65 broken = stdenv.hostPlatform.isDarwin; 66 66 };
+1 -1
pkgs/by-name/re/resorter/package.nix
··· 40 40 homepage = "https://github.com/hiAndrewQuinn/resorter"; 41 41 license = with lib.licenses; [ cc0 ]; 42 42 mainProgram = "resorter"; 43 - maintainers = with lib.maintainers; [ AndersonTorres ]; 43 + maintainers = with lib.maintainers; [ ]; 44 44 platforms = lib.platforms.all; 45 45 }; 46 46 })
+1 -1
pkgs/by-name/sw/swayest-workstyle/package.nix
··· 27 27 homepage = "https://github.com/Lyr-7D1h/swayest_workstyle"; 28 28 license = lib.licenses.mit; 29 29 mainProgram = "sworkstyle"; 30 - maintainers = with lib.maintainers; [ AndersonTorres ]; 30 + maintainers = with lib.maintainers; [ ]; 31 31 platforms = lib.platforms.linux; 32 32 }; 33 33 }
+1 -1
pkgs/by-name/ti/tinyalsa/package.nix
··· 31 31 homepage = "https://github.com/tinyalsa/tinyalsa"; 32 32 description = "Tiny library to interface with ALSA in the Linux kernel"; 33 33 license = licenses.mit; 34 - maintainers = with maintainers; [ AndersonTorres ]; 34 + maintainers = with maintainers; [ ]; 35 35 platforms = with platforms; linux; 36 36 }; 37 37 }
+1 -1
pkgs/by-name/vk/vkd3d-proton/package.nix
··· 44 44 homepage = "https://github.com/HansKristian-Work/vkd3d-proton"; 45 45 description = "A fork of VKD3D, which aims to implement the full Direct3D 12 API on top of Vulkan"; 46 46 license = with lib.licenses; [ lgpl21Plus ]; 47 - maintainers = with lib.maintainers; [ AndersonTorres ]; 47 + maintainers = with lib.maintainers; [ ]; 48 48 inherit (wine.meta) platforms; 49 49 }; 50 50 })
+1 -1
pkgs/by-name/vk/vkd3d/package.nix
··· 57 57 ''; 58 58 license = with lib.licenses; [ lgpl21Plus ]; 59 59 mainProgram = "vkd3d-compiler"; 60 - maintainers = with lib.maintainers; [ AndersonTorres ]; 60 + maintainers = with lib.maintainers; [ ]; 61 61 inherit (wine.meta) platforms; 62 62 }; 63 63 })
+1 -1
pkgs/by-name/wb/wbg/package.nix
··· 59 59 homepage = "https://codeberg.org/dnkl/wbg"; 60 60 changelog = "https://codeberg.org/dnkl/wbg/releases/tag/${version}"; 61 61 license = licenses.isc; 62 - maintainers = with maintainers; [ AndersonTorres ]; 62 + maintainers = with maintainers; [ ]; 63 63 platforms = with platforms; linux; 64 64 mainProgram = "wbg"; 65 65 };
+1 -1
pkgs/development/libraries/libunique/3.x.nix
··· 23 23 homepage = "https://gitlab.gnome.org/Archive/unique"; 24 24 description = "Library for writing single instance applications"; 25 25 license = lib.licenses.lgpl21; 26 - maintainers = [ lib.maintainers.AndersonTorres ]; 26 + maintainers = [ ]; 27 27 platforms = lib.platforms.linux; 28 28 }; 29 29 }
+1 -1
pkgs/development/libraries/wxSVG/default.nix
··· 53 53 Graphics (SVG) files with the wxWidgets toolkit. 54 54 ''; 55 55 license = licenses.gpl2Plus; 56 - maintainers = [ maintainers.AndersonTorres ]; 56 + maintainers = [ ]; 57 57 inherit (wxGTK.meta) platforms; 58 58 }; 59 59 }
+1 -1
pkgs/development/python-modules/cython/default.nix
··· 118 118 changelog = "https://github.com/cython/cython/blob/${version}/CHANGES.rst"; 119 119 license = lib.licenses.asl20; 120 120 mainProgram = "cython"; 121 - maintainers = with lib.maintainers; [ AndersonTorres ]; 121 + maintainers = with lib.maintainers; [ ]; 122 122 }; 123 123 } 124 124 # TODO: investigate recursive loop when doCheck is true
+1 -1
pkgs/development/python-modules/docutils/default.nix
··· 58 58 psfl 59 59 gpl3Plus 60 60 ]; 61 - maintainers = with maintainers; [ AndersonTorres ]; 61 + maintainers = with maintainers; [ ]; 62 62 }; 63 63 }; 64 64 in
+1 -1
pkgs/development/python-modules/dotty-dict/default.nix
··· 22 22 description = "Dictionary wrapper for quick access to deeply nested keys"; 23 23 homepage = "https://dotty-dict.readthedocs.io"; 24 24 license = licenses.mit; 25 - maintainers = with maintainers; [ AndersonTorres ]; 25 + maintainers = with maintainers; [ ]; 26 26 }; 27 27 }
+1 -1
pkgs/development/python-modules/gistyc/default.nix
··· 37 37 blocks. 38 38 ''; 39 39 license = licenses.gpl3Plus; 40 - maintainers = with maintainers; [ AndersonTorres ]; 40 + maintainers = with maintainers; [ ]; 41 41 }; 42 42 }
+1 -1
pkgs/development/python-modules/hid/default.nix
··· 34 34 description = "hidapi bindings in ctypes"; 35 35 homepage = "https://github.com/apmorton/pyhidapi"; 36 36 license = with licenses; [ mit ]; 37 - maintainers = with maintainers; [ AndersonTorres ]; 37 + maintainers = with maintainers; [ ]; 38 38 }; 39 39 }
-1
pkgs/development/python-modules/importlib-metadata/default.nix
··· 51 51 license = licenses.asl20; 52 52 maintainers = with maintainers; [ 53 53 fab 54 - AndersonTorres 55 54 ]; 56 55 }; 57 56 }
+1 -1
pkgs/development/python-modules/localimport/default.nix
··· 20 20 homepage = "https://github.com/NiklasRosenstein/py-localimport"; 21 21 description = "Isolated import of Python modules"; 22 22 license = licenses.mit; 23 - maintainers = with maintainers; [ AndersonTorres ]; 23 + maintainers = with maintainers; [ ]; 24 24 }; 25 25 }
+1 -1
pkgs/development/python-modules/m2r/default.nix
··· 43 43 homepage = "https://github.com/miyakogi/m2r"; 44 44 description = "Markdown to reStructuredText converter"; 45 45 license = licenses.mit; 46 - maintainers = with maintainers; [ AndersonTorres ]; 46 + maintainers = with maintainers; [ ]; 47 47 # https://github.com/miyakogi/m2r/issues/66 48 48 broken = versionAtLeast mistune.version "2"; 49 49 };
+1 -1
pkgs/development/python-modules/nodepy-runtime/default.nix
··· 42 42 extra. 43 43 ''; 44 44 license = licenses.mit; 45 - maintainers = with maintainers; [ AndersonTorres ]; 45 + maintainers = with maintainers; [ ]; 46 46 }; 47 47 }