Add nsnelson to maintainers and selectdefaultapplication

This commit is contained in:
Noah Snelson 2022-07-22 10:46:33 -07:00 committed by Noah Snelson
parent 985e152050
commit a3c0731980
2 changed files with 7 additions and 0 deletions

View file

@ -9416,6 +9416,12 @@
githubId = 20391;
name = "Nahum Shalman";
};
nsnelson = {
email = "noah.snelson@protonmail.com";
github = "peeley";
githubId = 30942198;
name = "Noah Snelson";
};
nthorne = {
email = "notrupertthorne@gmail.com";
github = "nthorne";

View file

@ -29,6 +29,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "A very simple application that lets you define default applications on Linux in a sane way";
homepage = "https://github.com/sandsmark/selectdefaultapplication";
maintainers = with maintainers; [ nsnelson ];
license = licenses.gpl2;
platforms = platforms.linux;
};