···33mkDerivation {
44 pname = "klettres";
55 meta = with lib; {
66- homepage = "https://kde.org/applications/en/utilities/org.kde.klettres";
66+ homepage = "https://invent.kde.org/education/klettres";
77 description = "An application specially designed to help the user to learn an alphabet";
88 maintainers = with maintainers; [ freezeboy ];
99 license = licenses.gpl2Plus;
+1-1
pkgs/applications/kde/kturtle.nix
···33mkDerivation {
44 pname = "kturtle";
55 meta = with lib; {
66- homepage = "https://kde.org/applications/en/utilities/org.kde.kturtle";
66+ homepage = "https://invent.kde.org/education/kturtle";
77 description = "An educational programming environment for learning how to program";
88 maintainers = with maintainers; [ freezeboy ];
99 license = licenses.gpl2Plus;
···7474 with a lot of ergonomic improvements and configurability
7575 that may be familiar to people coming from IDEs or other REPLs such as IPython or Zsh.
7676 '';
7777- homepage = "https://www.lihaoyi.com/Ammonite/";
7777+ homepage = "https://github.com/com-lihaoyi/Ammonite";
7878 license = licenses.mit;
7979 platforms = platforms.all;
8080 maintainers = [ maintainers.nequissimus ];
···70707171 meta = with lib; {
7272 description = "A software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate in support of the Cybersecurity mission";
7373- homepage = "https://ghidra-sre.org/";
7373+ homepage = "https://github.com/NationalSecurityAgency/ghidra";
7474 platforms = [ "x86_64-linux" "x86_64-darwin" ];
7575 license = licenses.asl20;
7676 maintainers = with maintainers; [ ck3d govanify mic92 ];