gtkcord4: fix description and add mainProgram

This commit is contained in:
Henri Menke
2023-11-25 15:26:29 +01:00
parent f69c63a6b8
commit b65d18e21c
+2 -1
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 ];
};
}