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

authored by Wolfgang Walther and committed by GitHub a9904e09 9085efd3

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