treewide: remove `paveloom` as maintainer (#424788)

authored by Wolfgang Walther and committed by GitHub a9904e09 9085efd3

+22 -39
-6
maintainers/maintainer-list.nix
··· 19389 19389 name = "Michael Bergmeister"; 19390 19390 githubId = 53442728; 19391 19391 }; 19392 - paveloom = { 19393 - email = "contact@paveloom.dev"; 19394 - github = "paveloom"; 19395 - githubId = 49961859; 19396 - name = "Pavel Sobolev"; 19397 - }; 19398 19392 pawelchcki = { 19399 19393 email = "pawel.chcki@gmail.com"; 19400 19394 github = "pawelchcki";
+1 -1
nixos/tests/flaresolverr.nix
··· 1 1 { lib, ... }: 2 2 { 3 3 name = "flaresolverr"; 4 - meta.maintainers = with lib.maintainers; [ paveloom ]; 4 + meta.maintainers = with lib.maintainers; [ ]; 5 5 6 6 nodes.machine = 7 7 { pkgs, ... }:
+1 -1
nixos/tests/whisparr.nix
··· 1 1 { lib, ... }: 2 2 { 3 3 name = "whisparr"; 4 - meta.maintainers = [ lib.maintainers.paveloom ]; 4 + meta.maintainers = [ ]; 5 5 6 6 nodes.machine = 7 7 { pkgs, ... }:
+1 -4
pkgs/by-name/cp/cppcheck/package.nix
··· 117 117 ''; 118 118 homepage = "http://cppcheck.sourceforge.net"; 119 119 license = lib.licenses.gpl3Plus; 120 - maintainers = with lib.maintainers; [ 121 - joachifm 122 - paveloom 123 - ]; 120 + maintainers = with lib.maintainers; [ joachifm ]; 124 121 platforms = lib.platforms.unix; 125 122 }; 126 123 })
+1 -1
pkgs/by-name/ea/earthlyls/package.nix
··· 33 33 changelog = "https://github.com/glehmann/earthlyls/releases/tag/${version}"; 34 34 license = lib.licenses.mit; 35 35 mainProgram = "earthlyls"; 36 - maintainers = with lib.maintainers; [ paveloom ]; 36 + maintainers = with lib.maintainers; [ ]; 37 37 platforms = lib.platforms.linux ++ lib.platforms.darwin; 38 38 }; 39 39 }
+1 -1
pkgs/by-name/ed/eddie/package.nix
··· 138 138 homepage = "https://eddie.website"; 139 139 license = lib.licenses.gpl3Plus; 140 140 mainProgram = "eddie-ui"; 141 - maintainers = with lib.maintainers; [ paveloom ]; 141 + maintainers = with lib.maintainers; [ ]; 142 142 platforms = lib.platforms.linux; 143 143 }; 144 144 }
+1 -1
pkgs/by-name/fl/flaresolverr/package.nix
··· 77 77 changelog = "https://github.com/FlareSolverr/FlareSolverr/blob/${finalAttrs.src.rev}/CHANGELOG.md"; 78 78 license = licenses.mit; 79 79 mainProgram = "flaresolverr"; 80 - maintainers = with maintainers; [ paveloom ]; 80 + maintainers = with maintainers; [ ]; 81 81 inherit (undetected-chromedriver.meta) platforms; 82 82 }; 83 83 })
+1 -1
pkgs/by-name/fo/fopnu/package.nix
··· 48 48 license = licenses.unfree; 49 49 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 50 50 mainProgram = "fopnu"; 51 - maintainers = with maintainers; [ paveloom ]; 51 + maintainers = with maintainers; [ ]; 52 52 platforms = [ "x86_64-linux" ]; 53 53 }; 54 54 }
+1 -1
pkgs/by-name/gr/gr-framework/package.nix
··· 62 62 description = "GR framework is a graphics library for visualisation applications"; 63 63 homepage = "https://gr-framework.org"; 64 64 license = licenses.mit; 65 - maintainers = with maintainers; [ paveloom ]; 65 + maintainers = with maintainers; [ ]; 66 66 platforms = platforms.unix; 67 67 }; 68 68 }
+1 -1
pkgs/by-name/io/ios-safari-remote-debug/package.nix
··· 35 35 homepage = "https://git.gay/besties/ios-safari-remote-debug"; 36 36 license = lib.licenses.agpl3Plus; 37 37 mainProgram = "ios-safari-remote-debug"; 38 - maintainers = with lib.maintainers; [ paveloom ]; 38 + maintainers = with lib.maintainers; [ ]; 39 39 }; 40 40 }
+1 -4
pkgs/by-name/io/ios-webkit-debug-proxy/package.nix
··· 74 74 changelog = "https://github.com/google/ios-webkit-debug-proxy/releases/tag/${finalAttrs.src.rev}"; 75 75 license = licenses.bsd3; 76 76 mainProgram = "ios_webkit_debug_proxy"; 77 - maintainers = with maintainers; [ 78 - abustany 79 - paveloom 80 - ]; 77 + maintainers = with maintainers; [ abustany ]; 81 78 }; 82 79 })
-1
pkgs/by-name/la/lazygit/package.nix
··· 45 45 Br1ght0ne 46 46 equirosa 47 47 khaneliman 48 - paveloom 49 48 starsep 50 49 sigmasquadron 51 50 ];
+1 -1
pkgs/by-name/me/mesonlsp/package.nix
··· 165 165 changelog = "https://github.com/JCWasmx86/mesonlsp/releases/tag/v${finalAttrs.version}"; 166 166 license = licenses.gpl3Plus; 167 167 mainProgram = "mesonlsp"; 168 - maintainers = with maintainers; [ paveloom ]; 168 + maintainers = with maintainers; [ ]; 169 169 platforms = platforms.unix; 170 170 # ../src/liblog/log.cpp:41:7: error: call to 'format' is ambiguous 171 171 broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64;
+1 -4
pkgs/by-name/mo/mold/package.nix
··· 130 130 platforms = lib.platforms.unix; 131 131 broken = stdenv.hostPlatform.isDarwin; 132 132 mainProgram = "mold"; 133 - maintainers = with lib.maintainers; [ 134 - azahi 135 - paveloom 136 - ]; 133 + maintainers = with lib.maintainers; [ azahi ]; 137 134 }; 138 135 })
+1 -1
pkgs/by-name/pv/pvs-studio/package.nix
··· 77 77 "x86_64-linux" 78 78 ]; 79 79 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; 80 - maintainers = with lib.maintainers; [ paveloom ]; 80 + maintainers = with lib.maintainers; [ ]; 81 81 }; 82 82 }
+1 -1
pkgs/by-name/st/streamrip/package.nix
··· 66 66 description = "Scriptable music downloader for Qobuz, Tidal, SoundCloud, and Deezer"; 67 67 homepage = "https://github.com/nathom/streamrip"; 68 68 license = licenses.gpl3Only; 69 - maintainers = with maintainers; [ paveloom ]; 69 + maintainers = with maintainers; [ ]; 70 70 mainProgram = "rip"; 71 71 }; 72 72 }
+1 -1
pkgs/by-name/su/substudy/package.nix
··· 43 43 homepage = "https://www.randomhacks.net/substudy"; 44 44 license = licenses.asl20; 45 45 mainProgram = "substudy"; 46 - maintainers = with maintainers; [ paveloom ]; 46 + maintainers = with maintainers; [ ]; 47 47 }; 48 48 }
+1 -1
pkgs/by-name/su/subtitleedit/package.nix
··· 95 95 license = licenses.gpl3Plus; 96 96 platforms = platforms.all; 97 97 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 98 - maintainers = with maintainers; [ paveloom ]; 98 + maintainers = with maintainers; [ ]; 99 99 }; 100 100 }
-1
pkgs/by-name/tr/tracy/package.nix
··· 129 129 maintainers = with maintainers; [ 130 130 mpickering 131 131 nagisa 132 - paveloom 133 132 ]; 134 133 platforms = platforms.linux ++ platforms.darwin; 135 134 };
+1 -1
pkgs/by-name/un/undetected-chromedriver/package.nix
··· 38 38 meta = chromedriver.meta // { 39 39 description = "Custom Selenium ChromeDriver that passes all bot mitigation systems"; 40 40 mainProgram = "undetected-chromedriver"; 41 - maintainers = with lib.maintainers; [ paveloom ]; 41 + maintainers = with lib.maintainers; [ ]; 42 42 }; 43 43 })
+1 -1
pkgs/by-name/vt/vtfedit/package.nix
··· 75 75 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; 76 76 license = lib.licenses.lgpl21Plus; 77 77 inherit (wine.meta) platforms; 78 - maintainers = with lib.maintainers; [ paveloom ]; 78 + maintainers = with lib.maintainers; [ ]; 79 79 }; 80 80 }
+1 -1
pkgs/by-name/wa/warp-plus/package.nix
··· 47 47 description = "Warp + Psiphon, an anti censorship utility for Iran"; 48 48 homepage = "https://github.com/bepass-org/warp-plus"; 49 49 license = lib.licenses.mit; 50 - maintainers = with lib.maintainers; [ paveloom ]; 50 + maintainers = with lib.maintainers; [ ]; 51 51 mainProgram = "warp-plus"; 52 52 # Doesn't work with Go toolchain >1.22, runtime error: 53 53 # 'panic: tls.ConnectionState doesn't match'
+1 -1
pkgs/by-name/wh/whisparr/package.nix
··· 91 91 ]; 92 92 sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 93 93 mainProgram = "Whisparr"; 94 - maintainers = [ lib.maintainers.paveloom ]; 94 + maintainers = [ ]; 95 95 }; 96 96 }
+1 -1
pkgs/development/python-modules/pyqtdarktheme/default.nix
··· 58 58 description = "Flat dark theme for PySide and PyQt"; 59 59 homepage = "https://pyqtdarktheme.readthedocs.io/en/stable"; 60 60 license = licenses.mit; 61 - maintainers = with maintainers; [ paveloom ]; 61 + maintainers = with maintainers; [ ]; 62 62 }; 63 63 }
+1 -1
pkgs/development/python-modules/undetected-chromedriver/default.nix
··· 49 49 description = "Python library for the custom Selenium ChromeDriver that passes all bot mitigation systems"; 50 50 homepage = "https://github.com/ultrafunkamsterdam/undetected-chromedriver"; 51 51 license = licenses.gpl3Only; 52 - maintainers = with lib.maintainers; [ paveloom ]; 52 + maintainers = with lib.maintainers; [ ]; 53 53 }; 54 54 }