diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index e4ce300f7cda..95236b95ad91 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -15592,6 +15592,13 @@ githubId = 399535; name = "Niklas Hambüchen"; }; + n-hass = { + email = "nick@hassan.host"; + github = "n-hass"; + githubId = 72363381; + name = "n-hass"; + keys = [ { fingerprint = "FDEE 6116 DBA7 8840 7323 4466 A371 5973 2728 A6A6"; } ]; + }; nhnn = { matrix = "@nhnn:nhnn.dev"; github = "thenhnn"; diff --git a/pkgs/os-specific/darwin/duti/default.nix b/pkgs/os-specific/darwin/duti/default.nix index 033591c1fec3..87af500e98e4 100644 --- a/pkgs/os-specific/darwin/duti/default.nix +++ b/pkgs/os-specific/darwin/duti/default.nix @@ -29,7 +29,7 @@ stdenv.mkDerivation rec { a Microsoft Word document has a UTI of com.microsoft.word.doc. Using duti, the user can change which application acts as the default handler for a given UTI. ''; - maintainers = with maintainers; [matthewbauer]; + maintainers = with maintainers; [matthewbauer n-hass]; platforms = platforms.darwin; license = licenses.publicDomain; homepage = "https://github.com/moretension/duti/";