gtkcord4: fix description and add mainProgram
This commit is contained in:
parent
f69c63a6b8
commit
b65d18e21c
1 changed files with 2 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue