From b65d18e21ca94418df3994f447a25d267ad008a2 Mon Sep 17 00:00:00 2001 From: Henri Menke Date: Tue, 7 Nov 2023 21:18:10 +0100 Subject: [PATCH] gtkcord4: fix description and add mainProgram --- pkgs/applications/audio/gtkcord4/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/audio/gtkcord4/default.nix b/pkgs/applications/audio/gtkcord4/default.nix index 263f3641bdb4..1a4001d670d7 100644 --- a/pkgs/applications/audio/gtkcord4/default.nix +++ b/pkgs/applications/audio/gtkcord4/default.nix @@ -59,9 +59,10 @@ buildGoModule rec { vendorHash = "sha256-ZQBYi5t6ntukoHP2FtwpZrpFd7b2opPC8tOSU9j3jUM="; 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 ]; }; }