Add nsnelson to maintainers and selectdefaultapplication

authored by

Noah Snelson and committed by
Noah Snelson
a3c07319 985e1520

+7
+6
maintainers/maintainer-list.nix
··· 9416 githubId = 20391; 9417 name = "Nahum Shalman"; 9418 }; 9419 nthorne = { 9420 email = "notrupertthorne@gmail.com"; 9421 github = "nthorne";
··· 9416 githubId = 20391; 9417 name = "Nahum Shalman"; 9418 }; 9419 + nsnelson = { 9420 + email = "noah.snelson@protonmail.com"; 9421 + github = "peeley"; 9422 + githubId = 30942198; 9423 + name = "Noah Snelson"; 9424 + }; 9425 nthorne = { 9426 email = "notrupertthorne@gmail.com"; 9427 github = "nthorne";
+1
pkgs/applications/misc/selectdefaultapplication/default.nix
··· 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 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 };