treewide: remove prusnak from maintainers for packages i don't use

+6 -21
+1 -4
pkgs/by-name/fa/faraday/package.nix
··· 37 description = "LND Channel Management Tools"; 38 homepage = "https://github.com/lightninglabs/faraday"; 39 license = licenses.mit; 40 - maintainers = with maintainers; [ 41 - proofofkeags 42 - prusnak 43 - ]; 44 }; 45 }
··· 37 description = "LND Channel Management Tools"; 38 homepage = "https://github.com/lightninglabs/faraday"; 39 license = licenses.mit; 40 + maintainers = with maintainers; [ proofofkeags ]; 41 }; 42 }
+1 -1
pkgs/by-name/li/libsurvive/package.nix
··· 50 description = "Open Source Lighthouse Tracking System"; 51 homepage = "https://github.com/cntools/libsurvive"; 52 license = licenses.mit; 53 - maintainers = with maintainers; [ prusnak ]; 54 platforms = platforms.linux; 55 }; 56 }
··· 50 description = "Open Source Lighthouse Tracking System"; 51 homepage = "https://github.com/cntools/libsurvive"; 52 license = licenses.mit; 53 + maintainers = with maintainers; [ ]; 54 platforms = platforms.linux; 55 }; 56 }
+1 -4
pkgs/by-name/li/lightning-loop/package.nix
··· 31 description = "Lightning Loop Client"; 32 homepage = "https://github.com/lightninglabs/loop"; 33 license = licenses.mit; 34 - maintainers = with maintainers; [ 35 - proofofkeags 36 - prusnak 37 - ]; 38 }; 39 }
··· 31 description = "Lightning Loop Client"; 32 homepage = "https://github.com/lightninglabs/loop"; 33 license = licenses.mit; 34 + maintainers = with maintainers; [ proofofkeags ]; 35 }; 36 }
+1 -4
pkgs/by-name/li/lightning-pool/package.nix
··· 31 description = "Lightning Pool Client"; 32 homepage = "https://github.com/lightninglabs/pool"; 33 license = licenses.mit; 34 - maintainers = with maintainers; [ 35 - proofofkeags 36 - prusnak 37 - ]; 38 }; 39 }
··· 31 description = "Lightning Pool Client"; 32 homepage = "https://github.com/lightninglabs/pool"; 33 license = licenses.mit; 34 + maintainers = with maintainers; [ proofofkeags ]; 35 }; 36 }
+1 -4
pkgs/by-name/mo/monado/package.nix
··· 168 description = "Open source XR runtime"; 169 homepage = "https://monado.freedesktop.org/"; 170 license = lib.licenses.boost; 171 - maintainers = with lib.maintainers; [ 172 - Scrumplex 173 - prusnak 174 - ]; 175 platforms = lib.platforms.linux; 176 mainProgram = "monado-cli"; 177 };
··· 168 description = "Open source XR runtime"; 169 homepage = "https://monado.freedesktop.org/"; 170 license = lib.licenses.boost; 171 + maintainers = with lib.maintainers; [ Scrumplex ]; 172 platforms = lib.platforms.linux; 173 mainProgram = "monado-cli"; 174 };
+1 -3
pkgs/development/compilers/ghc/8.10.7-binary.nix
··· 540 # long as the evaluator runs on a platform that supports 541 # `pkgsMusl`. 542 platforms = builtins.attrNames ghcBinDists.${distSetName}; 543 - maintainers = with lib.maintainers; [ 544 - prusnak 545 - ]; 546 teams = [ lib.teams.haskell ]; 547 }; 548 }
··· 540 # long as the evaluator runs on a platform that supports 541 # `pkgsMusl`. 542 platforms = builtins.attrNames ghcBinDists.${distSetName}; 543 + maintainers = with lib.maintainers; [ ]; 544 teams = [ lib.teams.haskell ]; 545 }; 546 }
-1
pkgs/servers/monitoring/prometheus/domain-exporter.nix
··· 29 license = licenses.mit; 30 maintainers = with maintainers; [ 31 mmilata 32 - prusnak 33 peterhoeg 34 caarlos0 35 ];
··· 29 license = licenses.mit; 30 maintainers = with maintainers; [ 31 mmilata 32 peterhoeg 33 caarlos0 34 ];