discord: add artturin to maintainers

i've been merging discord-canary updates lately so i want to be notified
about them
This commit is contained in:
Artturin 2022-09-10 18:01:32 +03:00
parent 09e010b499
commit 60fb2f509d

View file

@ -53,7 +53,7 @@ let
downloadPage = "https://discordapp.com/download";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ MP2E devins2518 ];
maintainers = with maintainers; [ MP2E devins2518 artturin ];
platforms = [ "x86_64-linux" "x86_64-darwin" ]
++ lib.optionals (branch != "stable") [ "aarch64-darwin" ];
};