From 794aa4eff8ad4e6640283686a8b7c2d22e8b62d8 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Sun, 16 Feb 2025 18:34:17 -0500 Subject: [PATCH] nongnu: heroic-client: Fix synopsis. * nongnu/packages/game-client.scm (heroic-client): Fix synopsis to satisfy guix lint. --- nongnu/packages/game-client.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (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.")