emacs.pkgs.ghostel: add maintainer (#538747)

This commit is contained in:
LIN, Jian 2026-07-06 17:03:18 +00:00 committed by GitHub
commit 3756640676
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View file

@ -24106,6 +24106,12 @@
githubId = 64620440;
name = "RoGreat";
};
rohan-datar = {
email = "me@rohandatar.com";
github = "rohan-datar";
githubId = 37545071;
name = "Rohan Datar";
};
rohanssrao = {
email = "rohanssrao@gmail.com";
github = "rohanssrao";

View file

@ -77,7 +77,10 @@ melpaBuild {
meta = {
homepage = "https://github.com/dakra/ghostel";
description = "Terminal emulator powered by libghostty";
maintainers = with lib.maintainers; [ vonfry ];
maintainers = with lib.maintainers; [
rohan-datar
vonfry
];
license = lib.licenses.gpl3Plus;
};
}