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:
parent
09e010b499
commit
60fb2f509d
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue