about summary refs log tree commit diff
path: root/pkgs/applications/kde/kturtle.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kturtle.nix')
-rw-r--r--pkgs/applications/kde/kturtle.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kturtle.nix b/pkgs/applications/kde/kturtle.nix
index d178f6515450..cf4b2c91ffed 100644
--- a/pkgs/applications/kde/kturtle.nix
+++ b/pkgs/applications/kde/kturtle.nix
@@ -3,7 +3,7 @@
 mkDerivation {
   pname = "kturtle";
   meta = with lib; {
-    homepage = "https://kde.org/applications/en/utilities/org.kde.kturtle";
+    homepage = "https://invent.kde.org/education/kturtle";
     description = "An educational programming environment for learning how to program";
     maintainers = with maintainers; [ freezeboy ];
     license = licenses.gpl2Plus;