Skip to content

Commit

Permalink
gtkcord4: fix description and add mainProgram
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke committed Nov 7, 2023
1 parent f65aebf commit 31425a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/audio/gtkcord4/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ buildGoModule rec {
vendorHash = "sha256-OoJA87jorUO/Qp3IuOMrTNi1GOhv+tiVU02r6uV79PI=";

meta = with lib; {
description = "GTK4 Discord client in Go, attempt #4.";
description = "GTK4 Discord client in Go, attempt #4";
homepage = "https://github.com/diamondburned/gtkcord4";
license = licenses.gpl3Only;
mainProgram = "gtkcord4";
maintainers = with maintainers; [ hmenke urandom aleksana ];
};
}

0 comments on commit 31425a4

Please sign in to comment.