calls: add tomfitzhenry as maintainer (#159700)
This commit is contained in:
parent
d602a03e9d
commit
246b606737
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ stdenv.mkDerivation rec {
|
|||
longDescription = "GNOME Calls is a phone dialer and call handler. Setting NixOS option `programs.calls.enable = true` is recommended.";
|
||||
homepage = "https://source.puri.sm/Librem5/calls";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ craigem lheckemann ];
|
||||
maintainers = with maintainers; [ craigem lheckemann tomfitzhenry ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue