diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2025-02-16 18:34:17 -0500 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-02-16 18:34:17 -0500 |
commit | 794aa4eff8ad4e6640283686a8b7c2d22e8b62d8 (patch) | |
tree | 4afdf1de721f90117335f72a9c60e269b55fcc7d | |
parent | 9f06b18aefd1e2648352ccdc51c86204a7cf5e87 (diff) |
nongnu: heroic-client: Fix synopsis.
* nongnu/packages/game-client.scm (heroic-client): Fix synopsis to satisfy
guix lint.
-rw-r--r-- | nongnu/packages/game-client.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nongnu/packages/game-client.scm b/nongnu/packages/game-client.scm index 87e76321..b725cec8 100644 --- a/nongnu/packages/game-client.scm +++ b/nongnu/packages/game-client.scm @@ -92,7 +92,7 @@ (symlink (string-append #$output "/lib/Heroic/heroic") (string-append #$output "/bin/heroic"))))))) (home-page "https://heroicgameslauncher.com") - (synopsis "A Native GOG, Amazon and Epic Games Launcher") + (synopsis "Native GOG, Amazon and Epic Games Launcher") (description "Heroic is an Open Source Game Launcher. Right now it supports launching games from the Epic Games Store using Legendary, GOG Games using our custom implementation with gogdl and Amazon Games using Nile.") |