Skip to content

Commit

Permalink
retroarch-bare: remove top-level with lib
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Nov 23, 2024
1 parent 62c34de commit 3c9a0ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/re/retroarch-bare/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,14 @@ stdenv.mkDerivation rec {
};
};

meta = with lib; {
meta = {
homepage = "https://libretro.com";
description = "Multi-platform emulator frontend for libretro cores";
license = licenses.gpl3Plus;
platforms = platforms.unix;
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.unix;
changelog = "https://github.com/libretro/RetroArch/blob/v${version}/CHANGES.md";
maintainers =
with maintainers;
with lib.maintainers;
teams.libretro.members
++ [
matthewbauer
Expand Down

0 comments on commit 3c9a0ed

Please sign in to comment.