mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
desmume: update meta.homepage
This commit is contained in:
parent
0ebf933264
commit
3b57a720fb
@ -69,13 +69,13 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://www.desmume.com";
|
homepage = "https://www.github.com/TASVideos/desmume/";
|
||||||
description = "An open-source Nintendo DS emulator";
|
description = "An open-source Nintendo DS emulator";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
DeSmuME is a freeware emulator for the NDS roms & Nintendo DS
|
DeSmuME is a freeware emulator for the NDS roms & Nintendo DS Lite games
|
||||||
Lite games created by YopYop156. It supports many homebrew nds
|
created by YopYop156 and now maintained by the TASvideos team. It supports
|
||||||
rom demoes as well as a handful of Wireless Multiboot demo nds
|
many homebrew nds rom demoes as well as a handful of Wireless Multiboot
|
||||||
roms. DeSmuME is also able to emulate nearly all of the
|
demo nds roms. DeSmuME is also able to emulate nearly all of the
|
||||||
commercial nds rom titles which other DS Emulators aren't.
|
commercial nds rom titles which other DS Emulators aren't.
|
||||||
'';
|
'';
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
@ -84,3 +84,4 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
# TODO: investigate the patches
|
# TODO: investigate the patches
|
||||||
|
# TODO: investigate other platforms
|
||||||
|
Loading…
Reference in New Issue
Block a user