about summary refs log tree commit diff
path: root/pkgs/games/wyvern/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/wyvern/default.nix')
-rw-r--r--pkgs/games/wyvern/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/wyvern/default.nix b/pkgs/games/wyvern/default.nix
index 705d6a33db5fa..5afee81c6c0c8 100644
--- a/pkgs/games/wyvern/default.nix
+++ b/pkgs/games/wyvern/default.nix
@@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
   buildInputs = [ openssl ];
 
   meta = with lib; {
-    description = "A simple CLI client for installing and maintaining linux GOG games";
+    description = "Simple CLI client for installing and maintaining linux GOG games";
     mainProgram = "wyvern";
     homepage = "https://git.sr.ht/~nicohman/wyvern";
     license = licenses.gpl3;