summaryrefslogtreecommitdiff
path: root/pkgs/by-name/ry/ryubing/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/ry/ryubing/package.nix')
-rw-r--r--pkgs/by-name/ry/ryubing/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ry/ryubing/package.nix b/pkgs/by-name/ry/ryubing/package.nix
index 110cc6df04c5..a3f1951ef483 100644
--- a/pkgs/by-name/ry/ryubing/package.nix
+++ b/pkgs/by-name/ry/ryubing/package.nix
@@ -128,8 +128,8 @@ buildDotnetModule rec {
passthru.updateScript = ./updater.sh;
meta = with lib; {
- homepage = "https://github.com/Ryubing/Ryujinx";
- changelog = "https://github.com/Ryubing/Ryujinx/wiki/Changelog";
+ homepage = "https://ryujinx.app";
+ changelog = "https://git.ryujinx.app/ryubing/ryujinx/-/wikis/changelog";
description = "Experimental Nintendo Switch Emulator written in C# (community fork of Ryujinx)";
longDescription = ''
Ryujinx is an open-source Nintendo Switch emulator, created by gdkchan,
@@ -143,7 +143,7 @@ buildDotnetModule rec {
maintainers = with maintainers; [
jk
artemist
- kekschen
+ willow
];
platforms = [
"x86_64-linux"