about summary refs log tree commit diff
path: root/pkgs/applications/editors/gnome-builder/default.nix
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-05-01 11:44:27 +0800
committerBobby Rong <rjl931189261@126.com>2024-05-01 11:44:27 +0800
commitcc01c004d3ac8df2f8f2b9f4029cf1468fb62ce0 (patch)
tree8f0f3d3b3f345b5284cc7529be274fec63f0424e /pkgs/applications/editors/gnome-builder/default.nix
parent25d729926e0f77ad40481b79a16903c00fbe1b17 (diff)
pkgs/applications: Move away from wiki.gnome.org
The wiki.gnome.org site is planned for retirement.
Diffstat (limited to 'pkgs/applications/editors/gnome-builder/default.nix')
-rw-r--r--pkgs/applications/editors/gnome-builder/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/gnome-builder/default.nix b/pkgs/applications/editors/gnome-builder/default.nix
index b1360f2a147e7..e689f9ee7d069 100644
--- a/pkgs/applications/editors/gnome-builder/default.nix
+++ b/pkgs/applications/editors/gnome-builder/default.nix
@@ -176,7 +176,7 @@ stdenv.mkDerivation rec {
       currently recommend running gnome-builder inside a nix-shell with
       appropriate dependencies loaded.
     '';
-    homepage = "https://wiki.gnome.org/Apps/Builder";
+    homepage = "https://apps.gnome.org/Builder/";
     license = licenses.gpl3Plus;
     maintainers = teams.gnome.members;
     platforms = platforms.linux;