Skip to content

Commit

Permalink
discord: sort meta alphabetically
Browse files Browse the repository at this point in the history
(cherry picked from commit 209450e)
  • Loading branch information
DontEatOreo committed Oct 12, 2024
1 parent 87f9766 commit 75836f8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ let

meta = with lib; {
description = "All-in-one cross-platform voice and text chat for gamers";
homepage = "https://discordapp.com/";
downloadPage = "https://discordapp.com/download";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
homepage = "https://discordapp.com/";
license = licenses.unfree;
mainProgram = "discord";
maintainers = with maintainers; [
Scrumplex
artturin
Expand All @@ -82,7 +82,7 @@ let
"x86_64-darwin"
"aarch64-darwin"
];
mainProgram = "discord";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
};
package = if stdenv.hostPlatform.isLinux then ./linux.nix else ./darwin.nix;

Expand Down

0 comments on commit 75836f8

Please sign in to comment.