about summary refs log tree commit diff
path: root/pkgs/desktops/gnome/core/gnome-shell/default.nix
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-04-30 22:14:16 +0800
committerBobby Rong <rjl931189261@126.com>2024-04-30 22:14:16 +0800
commitd9d9312265c1c63323b14700d330d22534442bc9 (patch)
treec2a6df21e557df0676d74ba92252a68bb5166630 /pkgs/desktops/gnome/core/gnome-shell/default.nix
parentd062f067d87f975951252a04c88da1126e9d2a3d (diff)
pkgs/gnome: Move away from wiki.gnome.org/Projects
The wiki.gnome.org site is planned for retirement.
Diffstat (limited to 'pkgs/desktops/gnome/core/gnome-shell/default.nix')
-rw-r--r--pkgs/desktops/gnome/core/gnome-shell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome/core/gnome-shell/default.nix b/pkgs/desktops/gnome/core/gnome-shell/default.nix
index 3a7da11739773..d00c97a06b579 100644
--- a/pkgs/desktops/gnome/core/gnome-shell/default.nix
+++ b/pkgs/desktops/gnome/core/gnome-shell/default.nix
@@ -227,7 +227,7 @@ stdenv.mkDerivation (finalAttrs: {
 
   meta = with lib; {
     description = "Core user interface for the GNOME 3 desktop";
-    homepage = "https://wiki.gnome.org/Projects/GnomeShell";
+    homepage = "https://gitlab.gnome.org/GNOME/gnome-shell";
     license = licenses.gpl2Plus;
     maintainers = teams.gnome.members;
     platforms = platforms.linux;