···5959 homepage = "https://git.sr.ht/~thestr4ng3r/chiaki";
6060 description = "Free and Open Source PlayStation Remote Play Client";
6161 license = licenses.agpl3Only;
6262- maintainers = with maintainers; [ delroth ];
6262+ maintainers = with maintainers; [ ];
6363 platforms = platforms.all;
6464 mainProgram = "chiaki";
6565 };
+1-1
pkgs/os-specific/linux/dmidecode/default.nix
···1919 description = "A tool that reads information about your system's hardware from the BIOS according to the SMBIOS/DMI standard";
2020 license = licenses.gpl2Plus;
2121 platforms = platforms.linux;
2222- maintainers = with maintainers; [ delroth ];
2222+ maintainers = with maintainers; [ ];
2323 };
2424}