about summary refs log tree commit diff
path: root/pkgs/applications/misc/gnome-recipes
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/misc/gnome-recipes
parent25d729926e0f77ad40481b79a16903c00fbe1b17 (diff)
pkgs/applications: Move away from wiki.gnome.org
The wiki.gnome.org site is planned for retirement.
Diffstat (limited to 'pkgs/applications/misc/gnome-recipes')
-rw-r--r--pkgs/applications/misc/gnome-recipes/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/gnome-recipes/default.nix b/pkgs/applications/misc/gnome-recipes/default.nix
index dc4df70bc00e4..d1680cdbaee2b 100644
--- a/pkgs/applications/misc/gnome-recipes/default.nix
+++ b/pkgs/applications/misc/gnome-recipes/default.nix
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Recipe management application for GNOME";
     mainProgram = "gnome-recipes";
-    homepage = "https://wiki.gnome.org/Apps/Recipes";
+    homepage = "https://gitlab.gnome.org/GNOME/recipes";
     maintainers = teams.gnome.members;
     license = licenses.gpl3Plus;
     platforms = platforms.unix;