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:
Vidhan Bhatt 2025-11-19 17:19:06 -05:00 committed by GitHub
parent ab29ae14d7
commit 3013f98e28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 1 deletions

View file

@ -233,4 +233,10 @@
];
name = "Noah Pierre Biewesch";
};
vidhanio = {
email = "me@vidhan.io";
github = "vidhanio";
githubId = 41439633;
name = "Vidhan Bhatt";
};
}

View file

@ -1,5 +1,6 @@
{ lib, ... }:
{
name = "Ghostty";
homepage = "https://ghostty.org";
maintainers = [ ];
maintainers = [ lib.maintainers.vidhanio ];
}

View file

@ -65,5 +65,11 @@
github = "skoove";
githubId = 53106860;
};
vidhanio = {
email = "me@vidhan.io";
name = "Vidhan Bhatt";
github = "vidhanio";
githubId = 41439633;
};
# keep-sorted end
}