maintainers: remove k4leg

authored by k4leg and committed by GitHub a22f7345 5c1f7fba

+1 -7
-6
maintainers/maintainer-list.nix
··· 6847 6847 github = "k3a"; 6848 6848 githubId = 966992; 6849 6849 }; 6850 - k4leg = { 6851 - name = "k4leg"; 6852 - email = "python.bogdan@gmail.com"; 6853 - github = "k4leg"; 6854 - githubId = 39882583; 6855 - }; 6856 6850 k900 = { 6857 6851 name = "Ilya K."; 6858 6852 email = "me@0upti.me";
+1 -1
pkgs/tools/cd-dvd/ventoy-bin/default.nix
··· 203 203 ''; 204 204 changelog = "https://www.ventoy.net/doc_news.html"; 205 205 license = licenses.gpl3Plus; 206 - maintainers = with maintainers; [ k4leg AndersonTorres ]; 206 + maintainers = with maintainers; [ AndersonTorres ]; 207 207 platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "mipsel-linux" ]; 208 208 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 209 209 mainProgram = "ventoy";