ghostty: add vidhanio as maintainer (#1992)
Link: https://github.com/nix-community/stylix/pull/1992 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
ab29ae14d7
commit
3013f98e28
3 changed files with 14 additions and 1 deletions
|
|
@ -233,4 +233,10 @@
|
|||
];
|
||||
name = "Noah Pierre Biewesch";
|
||||
};
|
||||
vidhanio = {
|
||||
email = "me@vidhan.io";
|
||||
github = "vidhanio";
|
||||
githubId = 41439633;
|
||||
name = "Vidhan Bhatt";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
name = "Ghostty";
|
||||
homepage = "https://ghostty.org";
|
||||
maintainers = [ ];
|
||||
maintainers = [ lib.maintainers.vidhanio ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -65,5 +65,11 @@
|
|||
github = "skoove";
|
||||
githubId = 53106860;
|
||||
};
|
||||
vidhanio = {
|
||||
email = "me@vidhan.io";
|
||||
name = "Vidhan Bhatt";
|
||||
github = "vidhanio";
|
||||
githubId = 41439633;
|
||||
};
|
||||
# keep-sorted end
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue