treewide: remove AndersonTorres from maintainers

+19 -24
+1 -1
pkgs/applications/video/openshot-qt/default.nix
··· 90 90 ''; 91 91 license = with lib.licenses; [ gpl3Plus ]; 92 92 mainProgram = "openshot-qt"; 93 - maintainers = with lib.maintainers; [ AndersonTorres ]; 93 + maintainers = with lib.maintainers; [ ]; 94 94 platforms = lib.platforms.unix; 95 95 }; 96 96 }
+1 -3
pkgs/by-name/ci/cimg/package.nix
··· 45 45 processing applications. 46 46 ''; 47 47 license = lib.licenses.cecill-c; 48 - maintainers = [ 49 - lib.maintainers.AndersonTorres 50 - ]; 48 + maintainers = [ ]; 51 49 platforms = lib.platforms.unix; 52 50 }; 53 51 })
+1 -1
pkgs/by-name/el/elvish/package.nix
··· 49 49 status, it is already suitable for most daily interactive use. 50 50 ''; 51 51 license = lib.licenses.bsd2; 52 - maintainers = with lib.maintainers; [ AndersonTorres ]; 52 + maintainers = with lib.maintainers; [ ]; 53 53 }; 54 54 }
+1 -1
pkgs/by-name/fl/flam3/package.nix
··· 36 36 is specified by a long string of numbers - a genetic code of sorts. 37 37 ''; 38 38 license = licenses.gpl3Plus; 39 - maintainers = with maintainers; [ AndersonTorres ]; 39 + maintainers = with maintainers; [ ]; 40 40 platforms = platforms.unix; 41 41 }; 42 42 }
+1 -1
pkgs/by-name/fl/fleng/package.nix
··· 18 18 homepage = "http://www.call-with-current-continuation.org/fleng/fleng.html"; 19 19 description = "Low level concurrent logic programming language descended from Prolog"; 20 20 license = lib.licenses.publicDomain; 21 - maintainers = with lib.maintainers; [ AndersonTorres ]; 21 + maintainers = with lib.maintainers; [ ]; 22 22 platforms = lib.platforms.unix; 23 23 }; 24 24 })
+1 -1
pkgs/by-name/fm/fm-go/package.nix
··· 23 23 changelog = "https://github.com/mistakenelf/fm/releases/tag/${finalAttrs.src.rev}"; 24 24 license = with lib.licenses; [ mit ]; 25 25 mainProgram = "fm"; 26 - maintainers = with lib.maintainers; [ AndersonTorres ]; 26 + maintainers = with lib.maintainers; [ ]; 27 27 }; 28 28 }; 29 29 in
+1 -1
pkgs/by-name/gr/grim/package.nix
··· 50 50 description = "Grab images from a Wayland compositor"; 51 51 license = lib.licenses.mit; 52 52 mainProgram = "grim"; 53 - maintainers = with lib.maintainers; [ AndersonTorres ]; 53 + maintainers = with lib.maintainers; [ ]; 54 54 platforms = lib.platforms.linux; 55 55 }; 56 56 })
+1 -1
pkgs/by-name/kc/kconfig-frontends/package.nix
··· 60 60 ''; 61 61 homepage = "https://bitbucket.org/nuttx/tools/"; 62 62 license = lib.licenses.gpl2Plus; 63 - maintainers = with lib.maintainers; [ AndersonTorres ]; 63 + maintainers = with lib.maintainers; [ ]; 64 64 platforms = lib.platforms.unix; 65 65 }; 66 66 })
+1 -1
pkgs/by-name/ki/kid3/package.nix
··· 136 136 "kid3" 137 137 else 138 138 "kid3-cli"; 139 - maintainers = with lib.maintainers; [ AndersonTorres ]; 139 + maintainers = with lib.maintainers; [ ]; 140 140 platforms = lib.platforms.linux; 141 141 }; 142 142 })
+1 -1
pkgs/by-name/nv/nv-codec-headers/package.nix
··· 32 32 homepage = "https://ffmpeg.org/"; 33 33 downloadPage = "https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git"; 34 34 license = with lib.licenses; [ mit ]; 35 - maintainers = with lib.maintainers; [ AndersonTorres ]; 35 + maintainers = with lib.maintainers; [ ]; 36 36 platforms = lib.platforms.all; 37 37 }; 38 38 }
+1 -1
pkgs/by-name/re/refind/package.nix
··· 146 146 Linux kernels that provide EFI stub support. 147 147 ''; 148 148 homepage = "http://refind.sourceforge.net/"; 149 - maintainers = with maintainers; [ AndersonTorres chewblacka ]; 149 + maintainers = with maintainers; [ chewblacka ]; 150 150 platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ]; 151 151 license = licenses.gpl3Plus; 152 152 };
+1 -1
pkgs/by-name/re/revup/package.nix
··· 70 70 ''; 71 71 license = lib.licenses.mit; 72 72 mainProgram = "revup"; 73 - maintainers = with lib.maintainers; [ AndersonTorres ]; 73 + maintainers = with lib.maintainers; [ ]; 74 74 }; 75 75 }; 76 76 in
+1 -1
pkgs/by-name/sc/scons/package.nix
··· 45 45 ''; 46 46 homepage = "https://scons.org/"; 47 47 license = lib.licenses.mit; 48 - maintainers = with lib.maintainers; [ AndersonTorres ]; 48 + maintainers = with lib.maintainers; [ ]; 49 49 }; 50 50 }
+1 -1
pkgs/by-name/sd/SDL2_mixer/package.nix
··· 80 80 description = "SDL multi-channel audio mixer library"; 81 81 license = lib.licenses.zlib; 82 82 maintainers = lib.teams.sdl.members 83 - ++ (with lib.maintainers; [ AndersonTorres ]); 83 + ++ (with lib.maintainers; [ ]); 84 84 platforms = lib.platforms.unix; 85 85 }; 86 86 })
-1
pkgs/by-name/so/so/package.nix
··· 59 59 mainProgram = "so"; 60 60 license = lib.licenses.mit; 61 61 maintainers = with lib.maintainers; [ 62 - AndersonTorres 63 62 unsolvedcypher 64 63 ]; 65 64 };
+1 -1
pkgs/by-name/so/sov/package.nix
··· 61 61 description = "Workspace overview app for sway"; 62 62 license = lib.licenses.gpl3Only; 63 63 mainProgram = "sov"; 64 - maintainers = with lib.maintainers; [ AndersonTorres ]; 64 + maintainers = with lib.maintainers; [ ]; 65 65 inherit (wayland.meta) platforms; 66 66 # sys/timerfd.h header inexistent 67 67 broken = stdenv.isDarwin;
+1 -1
pkgs/by-name/wt/wtfis/package.nix
··· 39 39 description = "Passive hostname, domain and IP lookup tool for non-robots"; 40 40 mainProgram = "wtfis"; 41 41 license = lib.licenses.mit; 42 - maintainers = [ lib.maintainers.AndersonTorres ]; 42 + maintainers = [ ]; 43 43 }; 44 44 }
-1
pkgs/by-name/xp/xpointerbarrier/package.nix
··· 38 38 description = "Create X11 pointer barriers around your working area"; 39 39 license = licenses.mit; 40 40 maintainers = with maintainers; [ 41 - AndersonTorres 42 41 xzfc 43 42 ]; 44 43 platforms = platforms.linux;
+1 -1
pkgs/development/libraries/libopenshot-audio/default.nix
··· 71 71 JUCE library. 72 72 ''; 73 73 license = with lib.licenses; [ gpl3Plus ]; 74 - maintainers = with lib.maintainers; [ AndersonTorres ]; 74 + maintainers = with lib.maintainers; [ ]; 75 75 platforms = lib.platforms.unix; 76 76 }; 77 77 })
+1 -1
pkgs/development/libraries/libopenshot/default.nix
··· 81 81 to the world. API currently supports C++, Python, and Ruby. 82 82 ''; 83 83 license = with lib.licenses; [ gpl3Plus ]; 84 - maintainers = with lib.maintainers; [ AndersonTorres ]; 84 + maintainers = with lib.maintainers; [ ]; 85 85 platforms = lib.platforms.unix; 86 86 }; 87 87 })
-1
pkgs/development/python-modules/yapf/default.nix
··· 59 59 license = lib.licenses.asl20; 60 60 mainProgram = "yapf"; 61 61 maintainers = with lib.maintainers; [ 62 - AndersonTorres 63 62 siddharthist 64 63 ]; 65 64 };
+1 -1
pkgs/top-level/perl-packages.nix
··· 5975 5975 description = "Hexadecial Dumper"; 5976 5976 homepage = "https://github.com/neilb/Data-HexDump"; 5977 5977 license = with lib.licenses; [ artistic1 gpl1Plus ]; 5978 - maintainers = with maintainers; [ AndersonTorres ]; 5978 + maintainers = with maintainers; [ ]; 5979 5979 mainProgram = "hexdump"; 5980 5980 }; 5981 5981 };