mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
emacs.pkgs.ghostel: add maintainer (#538747)
This commit is contained in:
commit
3756640676
2 changed files with 10 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue