duti: add maintainer n-hass (#357747)

This commit is contained in:
Aleksana 2024-11-21 21:25:06 +08:00 committed by GitHub
commit 279cd3cf9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -15586,6 +15586,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";

View File

@ -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/";