Unverified Commit 8882e337 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

libretro.sameboy: correct description and home page (#460466)

parents a0a3c277 684af52e
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;
  };
}