gtkcord4: fix description and add mainProgram

This commit is contained in:
Henri Menke 2023-11-07 21:18:10 +01:00
parent f69c63a6b8
commit b65d18e21c
No known key found for this signature in database
GPG key ID: FB7AD61E3D806382

View file

@ -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 ];
};
}