···59 homepage = "https://git.sr.ht/~thestr4ng3r/chiaki";
60 description = "Free and Open Source PlayStation Remote Play Client";
61 license = licenses.agpl3Only;
62- maintainers = with maintainers; [ delroth ];
63 platforms = platforms.all;
64 mainProgram = "chiaki";
65 };
···59 homepage = "https://git.sr.ht/~thestr4ng3r/chiaki";
60 description = "Free and Open Source PlayStation Remote Play Client";
61 license = licenses.agpl3Only;
62+ maintainers = with maintainers; [ ];
63 platforms = platforms.all;
64 mainProgram = "chiaki";
65 };
+1-1
pkgs/os-specific/linux/dmidecode/default.nix
···19 description = "A tool that reads information about your system's hardware from the BIOS according to the SMBIOS/DMI standard";
20 license = licenses.gpl2Plus;
21 platforms = platforms.linux;
22- maintainers = with maintainers; [ delroth ];
23 };
24}
···19 description = "A tool that reads information about your system's hardware from the BIOS according to the SMBIOS/DMI standard";
20 license = licenses.gpl2Plus;
21 platforms = platforms.linux;
22+ maintainers = with maintainers; [ ];
23 };
24}