summary refs log tree commit diff
path: root/pkgs/applications/kde/kturtle.nix
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-12-28 10:06:42 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-12-28 10:06:42 -0800
commit441a30ab24d87d9efa64a1fb6a4ef2eb96d2aa11 (patch)
tree681407efed19c263ed29eaee72f55cbeb15dd80a /pkgs/applications/kde/kturtle.nix
parent1e01453b3095802881928b38acf5f10001fb38b5 (diff)
downloadnixpkgs-441a30ab24d87d9efa64a1fb6a4ef2eb96d2aa11.tar
nixpkgs-441a30ab24d87d9efa64a1fb6a4ef2eb96d2aa11.tar.gz
nixpkgs-441a30ab24d87d9efa64a1fb6a4ef2eb96d2aa11.tar.bz2
nixpkgs-441a30ab24d87d9efa64a1fb6a4ef2eb96d2aa11.tar.lz
nixpkgs-441a30ab24d87d9efa64a1fb6a4ef2eb96d2aa11.tar.xz
nixpkgs-441a30ab24d87d9efa64a1fb6a4ef2eb96d2aa11.tar.zst
nixpkgs-441a30ab24d87d9efa64a1fb6a4ef2eb96d2aa11.zip
kturtle: update homepage
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 d178f651545..cf4b2c91ffe 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;