about summary refs log tree commit diff
path: root/pkgs/games/eidolon/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/eidolon/default.nix')
-rw-r--r--pkgs/games/eidolon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/eidolon/default.nix b/pkgs/games/eidolon/default.nix
index fbb5d86deb914..d79fdb4b4af07 100644
--- a/pkgs/games/eidolon/default.nix
+++ b/pkgs/games/eidolon/default.nix
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
   '';
 
   meta = with lib; {
-    description = "A single TUI-based registry for drm-free, wine and steam games on linux, accessed through a rofi launch menu";
+    description = "Single TUI-based registry for drm-free, wine and steam games on linux, accessed through a rofi launch menu";
     mainProgram = "eidolon";
     homepage = "https://github.com/nicohman/eidolon";
     license = licenses.gpl3Only;