Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

treewide: remove vrthra and lovek323 from meta.maintainers [no orphans]

Tracking issue: https://github.com/NixOS/nixpkgs/issues/290642

Inactive since at least 2017 and 2022 respectively.

+2 -2
+1 -1
pkgs/development/interpreters/guile/2.0.nix
··· 152 152 processing. 153 153 ''; 154 154 license = licenses.lgpl3Plus; 155 - maintainers = with maintainers; [ ludo lovek323 vrthra ]; 155 + maintainers = with maintainers; [ ludo ]; 156 156 platforms = platforms.all; 157 157 }; 158 158 }
+1 -1
pkgs/development/interpreters/guile/2.2.nix
··· 142 142 foreign function call interface, and powerful string processing. 143 143 ''; 144 144 license = licenses.lgpl3Plus; 145 - maintainers = with maintainers; [ ludo lovek323 vrthra ]; 145 + maintainers = with maintainers; [ ludo ]; 146 146 platforms = platforms.all; 147 147 }; 148 148 }