From 246b6067377609bfda9b852aa45fe7fcbc3e7231 Mon Sep 17 00:00:00 2001 From: Tom Date: Sun, 13 Feb 2022 02:03:45 +0000 Subject: [PATCH] calls: add tomfitzhenry as maintainer (#159700) --- pkgs/applications/networking/calls/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/calls/default.nix b/pkgs/applications/networking/calls/default.nix index 8282713aa00a..2215de9291d5 100644 --- a/pkgs/applications/networking/calls/default.nix +++ b/pkgs/applications/networking/calls/default.nix @@ -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; }; }