about summary refs log tree commit diff
path: root/pkgs/applications/office/pinpoint
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/office/pinpoint
parent25d729926e0f77ad40481b79a16903c00fbe1b17 (diff)
pkgs/applications: Move away from wiki.gnome.org
The wiki.gnome.org site is planned for retirement.
Diffstat (limited to 'pkgs/applications/office/pinpoint')
-rw-r--r--pkgs/applications/office/pinpoint/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/pinpoint/default.nix b/pkgs/applications/office/pinpoint/default.nix
index 99a45371b63c3..ca91b33ecae6e 100644
--- a/pkgs/applications/office/pinpoint/default.nix
+++ b/pkgs/applications/office/pinpoint/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
                   cairo clutter-gtk ];
 
   meta = with lib; {
-    homepage = "https://wiki.gnome.org/action/show/Apps/Pinpoint";
+    homepage = "https://gitlab.gnome.org/Archive/pinpoint";
     description = "A tool for making hackers do excellent presentations";
     license = licenses.lgpl21;
     platforms = platforms.linux;