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
@ -53,7 +53,7 @@ let
|
|||||||
downloadPage = "https://discordapp.com/download";
|
downloadPage = "https://discordapp.com/download";
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ MP2E devins2518 ];
|
maintainers = with maintainers; [ MP2E devins2518 artturin ];
|
||||||
platforms = [ "x86_64-linux" "x86_64-darwin" ]
|
platforms = [ "x86_64-linux" "x86_64-darwin" ]
|
||||||
++ lib.optionals (branch != "stable") [ "aarch64-darwin" ];
|
++ lib.optionals (branch != "stable") [ "aarch64-darwin" ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user