···29 meta = with lib; {
30 description = "A very simple application that lets you define default applications on Linux in a sane way";
31 homepage = "https://github.com/sandsmark/selectdefaultapplication";
032 license = licenses.gpl2;
33 platforms = platforms.linux;
34 };
···29 meta = with lib; {
30 description = "A very simple application that lets you define default applications on Linux in a sane way";
31 homepage = "https://github.com/sandsmark/selectdefaultapplication";
32+ maintainers = with maintainers; [ nsnelson ];
33 license = licenses.gpl2;
34 platforms = platforms.linux;
35 };