about summary refs log tree commit diff
path: root/pkgs/desktops/gnome/games/gnome-nibbles/default.nix
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-05-01 13:03:10 +0800
committerBobby Rong <rjl931189261@126.com>2024-05-01 21:02:59 +0800
commita6a01f8c995e6b59ace2e84de263d67ef74f696f (patch)
tree6567cc29dd85040567f67234e09b28a85af08939 /pkgs/desktops/gnome/games/gnome-nibbles/default.nix
parentcc01c004d3ac8df2f8f2b9f4029cf1468fb62ce0 (diff)
pkgs/gnome: Move away from wiki.gnome.org
The wiki.gnome.org site is planned for retirement.
Diffstat (limited to 'pkgs/desktops/gnome/games/gnome-nibbles/default.nix')
-rw-r--r--pkgs/desktops/gnome/games/gnome-nibbles/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome/games/gnome-nibbles/default.nix b/pkgs/desktops/gnome/games/gnome-nibbles/default.nix
index c0a9e3d2692a0..6d4ad9c0feb0f 100644
--- a/pkgs/desktops/gnome/games/gnome-nibbles/default.nix
+++ b/pkgs/desktops/gnome/games/gnome-nibbles/default.nix
@@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
   meta = with lib; {
     description = "Guide a worm around a maze";
     mainProgram = "gnome-nibbles";
-    homepage = "https://wiki.gnome.org/Apps/Nibbles";
+    homepage = "https://gitlab.gnome.org/GNOME/gnome-nibbles";
     license = licenses.gpl2Plus;
     maintainers = teams.gnome.members;
     platforms = platforms.linux;