about summary refs log tree commit diff
path: root/pkgs/games/uchess
diff options
context:
space:
mode:
authorGetPsyched <priyanshu@getpsyched.dev>2024-01-12 21:37:33 +0530
committerGetPsyched <priyanshu@getpsyched.dev>2024-01-12 21:38:16 +0530
commitae6e632dcf9122b9509bfb3eae381ff4ea1e731a (patch)
treebc4b91f1ba7c8295f14a4bbb19cd9e2bd1c9f175 /pkgs/games/uchess
parent0d6aa42a34f3e940bb36ba77e6d4cba43f83979c (diff)
treewide: update meta.description to fit the guidelines
Diffstat (limited to 'pkgs/games/uchess')
-rw-r--r--pkgs/games/uchess/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/uchess/default.nix b/pkgs/games/uchess/default.nix
index 8cb49bf1e3fcb..2d8c2efd4b760 100644
--- a/pkgs/games/uchess/default.nix
+++ b/pkgs/games/uchess/default.nix
@@ -24,7 +24,7 @@ buildGoModule rec {
   '';
 
   meta = with lib; {
-    description = "Play chess against UCI engines in your terminal.";
+    description = "Play chess against UCI engines in your terminal";
     homepage = "https://tmountain.github.io/uchess/";
     maintainers = with maintainers; [ tmountain ];
     license = licenses.mit;