lol

Merge pull request #178226 from Ma27/reduce-maintenance-load

treewide: reduce maintenance workload for ma27

authored by

Maximilian Bosch and committed by
GitHub
9b24aab6 0bd9606a

+19 -19
+1 -1
pkgs/applications/editors/jetbrains/default.nix
··· 162 162 with on-the-fly code analysis, error prevention and 163 163 automated refactorings for PHP and JavaScript code. 164 164 ''; 165 - maintainers = with maintainers; [ schristo ma27 ]; 165 + maintainers = with maintainers; [ schristo ]; 166 166 }; 167 167 }); 168 168
+1 -1
pkgs/applications/editors/neovim/default.nix
··· 133 133 # those contributions were copied from Vim (identified in the commit logs 134 134 # by the vim-patch token). See LICENSE for details." 135 135 license = with licenses; [ asl20 vim ]; 136 - maintainers = with maintainers; [ manveru rvolosatovs ma27 ]; 136 + maintainers = with maintainers; [ manveru rvolosatovs ]; 137 137 platforms = platforms.unix; 138 138 }; 139 139 }
+1 -1
pkgs/applications/misc/dmenu/wayland.nix
··· 39 39 platforms = platforms.linux; 40 40 description = "dmenu for wayland-compositors"; 41 41 homepage = "https://github.com/nyyManni/dmenu-wayland"; 42 - maintainers = with maintainers; [ ma27 ]; 42 + maintainers = with maintainers; [ ]; 43 43 }; 44 44 }
+1 -1
pkgs/applications/window-managers/sway/default.nix
··· 90 90 changelog = "https://github.com/swaywm/sway/releases/tag/${version}"; 91 91 license = licenses.mit; 92 92 platforms = platforms.linux; 93 - maintainers = with maintainers; [ primeos synthetica ma27 ]; 93 + maintainers = with maintainers; [ primeos synthetica ]; 94 94 }; 95 95 }
+1 -1
pkgs/applications/window-managers/sway/lock-fancy.nix
··· 46 46 homepage = "https://github.com/Big-B/swaylock-fancy"; 47 47 license = licenses.mit; 48 48 platforms = platforms.linux; 49 - maintainers = with maintainers; [ ma27 ]; 49 + maintainers = with maintainers; [ ]; 50 50 }; 51 51 }
+1 -1
pkgs/development/mobile/adb-sync/default.nix
··· 38 38 license = licenses.asl20; 39 39 platforms = platforms.unix; 40 40 hydraPlatforms = []; 41 - maintainers = with maintainers; [ scolobb ma27 ]; 41 + maintainers = with maintainers; [ scolobb ]; 42 42 }; 43 43 }
+1 -1
pkgs/development/python-modules/face_recognition/default.nix
··· 36 36 meta = with lib; { 37 37 license = licenses.mit; 38 38 homepage = "https://github.com/ageitgey/face_recognition"; 39 - maintainers = with maintainers; [ ma27 ]; 39 + maintainers = with maintainers; [ ]; 40 40 description = "The world's simplest facial recognition api for Python and the command line"; 41 41 }; 42 42 }
+1 -1
pkgs/development/python-modules/face_recognition_models/default.nix
··· 17 17 meta = with lib; { 18 18 homepage = "https://github.com/ageitgey/face_recognition_models"; 19 19 license = licenses.cc0; 20 - maintainers = with maintainers; [ ma27 ]; 20 + maintainers = with maintainers; [ ]; 21 21 description = "Trained models for the face_recognition python library"; 22 22 }; 23 23 }
+1 -1
pkgs/development/python-modules/pytesseract/default.nix
··· 36 36 homepage = "https://pypi.org/project/pytesseract/"; 37 37 license = licenses.asl20; 38 38 description = "A Python wrapper for Google Tesseract"; 39 - maintainers = with maintainers; [ ma27 ]; 39 + maintainers = with maintainers; [ ]; 40 40 }; 41 41 }
+1 -1
pkgs/development/tools/rust/cargo-make/default.nix
··· 37 37 description = "A Rust task runner and build tool"; 38 38 homepage = "https://github.com/sagiegurari/cargo-make"; 39 39 license = licenses.asl20; 40 - maintainers = with maintainers; [ xrelkd ma27 ]; 40 + maintainers = with maintainers; [ xrelkd ]; 41 41 }; 42 42 }
+1 -1
pkgs/development/tools/wasm-bindgen-cli/default.nix
··· 34 34 homepage = "https://rustwasm.github.io/docs/wasm-bindgen/"; 35 35 license = with licenses; [ asl20 /* or */ mit ]; 36 36 description = "Facilitating high-level interactions between wasm modules and JavaScript"; 37 - maintainers = with maintainers; [ ma27 nitsky rizary ]; 37 + maintainers = with maintainers; [ nitsky rizary ]; 38 38 mainProgram = "wasm-bindgen"; 39 39 }; 40 40 }
+1 -1
pkgs/servers/documize-community/default.nix
··· 33 33 meta = with lib; { 34 34 description = "Open source Confluence alternative for internal & external docs built with Golang + EmberJS"; 35 35 license = licenses.agpl3; 36 - maintainers = with maintainers; [ ma27 elseym ]; 36 + maintainers = with maintainers; [ elseym ]; 37 37 mainProgram = "documize"; 38 38 homepage = "https://www.documize.com/"; 39 39 };
+1 -1
pkgs/servers/monitoring/prometheus/dnsmasq-exporter.nix
··· 21 21 inherit (src.meta) homepage; 22 22 description = "A dnsmasq exporter for Prometheus"; 23 23 license = licenses.asl20; 24 - maintainers = with maintainers; [ willibutz globin ma27 ]; 24 + maintainers = with maintainers; [ willibutz globin ]; 25 25 }; 26 26 }
+1 -1
pkgs/servers/web-apps/hedgedoc/default.nix
··· 116 116 description = "Realtime collaborative markdown notes on all platforms"; 117 117 license = licenses.agpl3; 118 118 homepage = "https://hedgedoc.org"; 119 - maintainers = with maintainers; [ willibutz ma27 globin ]; 119 + maintainers = with maintainers; [ willibutz globin ]; 120 120 platforms = platforms.linux; 121 121 }; 122 122 }
+1 -1
pkgs/tools/misc/diffoscope/default.nix
··· 125 125 ''; 126 126 homepage = "https://diffoscope.org/"; 127 127 license = licenses.gpl3Plus; 128 - maintainers = with maintainers; [ dezgeg ma27 danielfullmer ]; 128 + maintainers = with maintainers; [ dezgeg danielfullmer ]; 129 129 platforms = platforms.unix; 130 130 }; 131 131 }
+1 -1
pkgs/tools/misc/docker-ls/default.nix
··· 22 22 ''; 23 23 24 24 homepage = "https://github.com/mayflower/docker-ls"; 25 - maintainers = with maintainers; [ ma27 ]; 25 + maintainers = with maintainers; [ ]; 26 26 platforms = docker.meta.platforms; 27 27 license = licenses.mit; 28 28 };
+1 -1
pkgs/tools/misc/termtosvg/default.nix
··· 15 15 homepage = "https://nbedos.github.io/termtosvg/"; 16 16 description = "Record terminal sessions as SVG animations"; 17 17 license = licenses.bsd3; 18 - maintainers = with maintainers; [ ma27 ]; 18 + maintainers = with maintainers; [ ]; 19 19 }; 20 20 }
+1 -1
pkgs/tools/misc/youtube-dl/default.nix
··· 75 75 it however you like. 76 76 ''; 77 77 license = licenses.publicDomain; 78 - maintainers = with maintainers; [ bluescreen303 fpletz ma27 ]; 78 + maintainers = with maintainers; [ bluescreen303 fpletz ]; 79 79 platforms = with platforms; linux ++ darwin; 80 80 }; 81 81 }
+1 -1
pkgs/tools/networking/bandwhich/default.nix
··· 37 37 ''; 38 38 homepage = "https://github.com/imsnif/bandwhich"; 39 39 license = licenses.mit; 40 - maintainers = with maintainers; [ Br1ght0ne ma27 SuperSandro2000 ]; 40 + maintainers = with maintainers; [ Br1ght0ne SuperSandro2000 ]; 41 41 platforms = platforms.unix; 42 42 }; 43 43 }