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 87e7632..b725cec 100644 --- a/nongnu/packages/game-client.scm +++ b/nongnu/packages/game-client.scm | |||
| @@ -92,7 +92,7 @@ | |||
| 92 | (symlink (string-append #$output "/lib/Heroic/heroic") | 92 | (symlink (string-append #$output "/lib/Heroic/heroic") |
| 93 | (string-append #$output "/bin/heroic"))))))) | 93 | (string-append #$output "/bin/heroic"))))))) |
| 94 | (home-page "https://heroicgameslauncher.com") | 94 | (home-page "https://heroicgameslauncher.com") |
| 95 | (synopsis "A Native GOG, Amazon and Epic Games Launcher") | 95 | (synopsis "Native GOG, Amazon and Epic Games Launcher") |
| 96 | (description "Heroic is an Open Source Game Launcher. Right now it supports launching | 96 | (description "Heroic is an Open Source Game Launcher. Right now it supports launching |
| 97 | games from the Epic Games Store using Legendary, GOG Games using our custom | 97 | games from the Epic Games Store using Legendary, GOG Games using our custom |
| 98 | implementation with gogdl and Amazon Games using Nile.") | 98 | implementation with gogdl and Amazon Games using Nile.") |
