maintainers: remove k4leg

This commit is contained in:
k4leg 2022-09-22 20:29:31 +03:00 committed by GitHub
parent 5c1f7fbac3
commit a22f734533
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View file

@ -6847,12 +6847,6 @@
github = "k3a";
githubId = 966992;
};
k4leg = {
name = "k4leg";
email = "python.bogdan@gmail.com";
github = "k4leg";
githubId = 39882583;
};
k900 = {
name = "Ilya K.";
email = "me@0upti.me";

View file

@ -203,7 +203,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
changelog = "https://www.ventoy.net/doc_news.html";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ k4leg AndersonTorres ];
maintainers = with maintainers; [ AndersonTorres ];
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "mipsel-linux" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
mainProgram = "ventoy";