Unverified Commit 684af52e authored by hetraeus's avatar hetraeus Committed by GitHub
Browse files

libretro.sameboy: correct description and home page

parent 0f978ad6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,8 +24,8 @@ mkLibretroCore {
  makefile = "Makefile";

  meta = {
    description = "QuickNES libretro port";
    homepage = "https://github.com/libretro/QuickNES_Core";
    description = "SameBoy libretro port";
    homepage = "https://github.com/libretro/SameBoy";
    license = lib.licenses.mit;
  };
}