Skip to content

Commit

Permalink
lgogdownloader: remove meta = with lib;
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
(cherry picked from commit 67c5627)
  • Loading branch information
LudovicoPiero authored and github-actions[bot] committed Sep 24, 2024
1 parent 2ad7b70 commit 7d50e6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/games/lgogdownloader/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ stdenv.mkDerivation rec {
version = testers.testVersion { package = lgogdownloader; };
};

meta = with lib; {
meta = {
description = "Unofficial downloader to GOG.com for Linux users. It uses the same API as the official GOGDownloader";
mainProgram = "lgogdownloader";
homepage = "https://github.com/Sude-/lgogdownloader";
license = licenses.wtfpl;
maintainers = with maintainers; [ _0x4A6F ];
platforms = platforms.linux;
license = lib.licenses.wtfpl;
maintainers = with lib.maintainers; [ _0x4A6F ];
platforms = lib.platforms.linux;
};
}

0 comments on commit 7d50e6b

Please sign in to comment.