mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 14:32:59 +00:00
duti: add maintainer n-hass
This commit is contained in:
parent
68b1892ad6
commit
e226447152
@ -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";
|
||||
|
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user