about summary refs log tree commit diff
path: root/pkgs/misc/emulators
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-09-29 18:39:17 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-09-29 18:41:06 -0300
commit3b57a720fb5968171241cd18e77f064ce4daa450 (patch)
treec1c79a1a8395419100c629f3bd128991e93fcb24 /pkgs/misc/emulators
parent0ebf933264303b3b58498514f3b8cafa9a57604f (diff)
desmume: update meta.homepage
Diffstat (limited to 'pkgs/misc/emulators')
-rw-r--r--pkgs/misc/emulators/desmume/default.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/misc/emulators/desmume/default.nix b/pkgs/misc/emulators/desmume/default.nix
index 2e959c756e3ea..49cb2498e64fa 100644
--- a/pkgs/misc/emulators/desmume/default.nix
+++ b/pkgs/misc/emulators/desmume/default.nix
@@ -69,13 +69,13 @@ stdenv.mkDerivation rec {
   ];
 
   meta = with lib; {
-    homepage = "http://www.desmume.com";
+    homepage = "https://www.github.com/TASVideos/desmume/";
     description = "An open-source Nintendo DS emulator";
     longDescription = ''
-      DeSmuME is a freeware emulator for the NDS roms & Nintendo DS
-      Lite games created by YopYop156. It supports many homebrew nds
-      rom demoes as well as a handful of Wireless Multiboot demo nds
-      roms. DeSmuME is also able to emulate nearly all of the
+      DeSmuME is a freeware emulator for the NDS roms & Nintendo DS Lite games
+      created by YopYop156 and now maintained by the TASvideos team. It supports
+      many homebrew nds rom demoes as well as a handful of Wireless Multiboot
+      demo nds roms. DeSmuME is also able to emulate nearly all of the
       commercial nds rom titles which other DS Emulators aren't.
     '';
     license = licenses.gpl2Plus;
@@ -84,3 +84,4 @@ stdenv.mkDerivation rec {
   };
 }
 # TODO: investigate the patches
+# TODO: investigate other platforms