maintainers: remove k4leg
This commit is contained in:
parent
5c1f7fbac3
commit
a22f734533
2 changed files with 1 additions and 7 deletions
|
@ -6847,12 +6847,6 @@
|
||||||
github = "k3a";
|
github = "k3a";
|
||||||
githubId = 966992;
|
githubId = 966992;
|
||||||
};
|
};
|
||||||
k4leg = {
|
|
||||||
name = "k4leg";
|
|
||||||
email = "python.bogdan@gmail.com";
|
|
||||||
github = "k4leg";
|
|
||||||
githubId = 39882583;
|
|
||||||
};
|
|
||||||
k900 = {
|
k900 = {
|
||||||
name = "Ilya K.";
|
name = "Ilya K.";
|
||||||
email = "me@0upti.me";
|
email = "me@0upti.me";
|
||||||
|
|
|
@ -203,7 +203,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
'';
|
'';
|
||||||
changelog = "https://www.ventoy.net/doc_news.html";
|
changelog = "https://www.ventoy.net/doc_news.html";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ k4leg AndersonTorres ];
|
maintainers = with maintainers; [ AndersonTorres ];
|
||||||
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "mipsel-linux" ];
|
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "mipsel-linux" ];
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
mainProgram = "ventoy";
|
mainProgram = "ventoy";
|
||||||
|
|
Loading…
Reference in a new issue