about summary refs log tree commit diff
path: root/pkgs/development/libraries/goocanvasmm
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-04-30 22:44:27 +0800
committerBobby Rong <rjl931189261@126.com>2024-05-01 00:27:50 +0800
commit215fa1e09aad4ed5ae7bb48a587184fa1e256fba (patch)
treeb6163c69815fa6de7dbb3a285230ab6528c44a10 /pkgs/development/libraries/goocanvasmm
parentd9d9312265c1c63323b14700d330d22534442bc9 (diff)
pkgs/development: Move away from wiki.gnome.org/Projects
The wiki.gnome.org site is planned for retirement.
Diffstat (limited to 'pkgs/development/libraries/goocanvasmm')
-rw-r--r--pkgs/development/libraries/goocanvasmm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/goocanvasmm/default.nix b/pkgs/development/libraries/goocanvasmm/default.nix
index 7642080086562..ccee4831dc7f4 100644
--- a/pkgs/development/libraries/goocanvasmm/default.nix
+++ b/pkgs/development/libraries/goocanvasmm/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "C++ bindings for GooCanvas";
-    homepage = "https://wiki.gnome.org/Projects/GooCanvas";
+    homepage = "https://gitlab.gnome.org/Archive/goocanvasmm";
     license = licenses.lgpl2;
     maintainers = with maintainers; [ ];
     platforms = platforms.unix;