about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorTom <tom@tom-fitzhenry.me.uk>2022-02-13 02:03:45 +0000
committerGitHub <noreply@github.com>2022-02-13 10:03:45 +0800
commit246b6067377609bfda9b852aa45fe7fcbc3e7231 (patch)
treea6e0a72af0e33c0e61cdd1a2d5f0ef94cf2579d9 /pkgs/applications
parentd602a03e9d023c06bb9beaf432ba4c2b860c589d (diff)
downloadnixlib-246b6067377609bfda9b852aa45fe7fcbc3e7231.tar
nixlib-246b6067377609bfda9b852aa45fe7fcbc3e7231.tar.gz
nixlib-246b6067377609bfda9b852aa45fe7fcbc3e7231.tar.bz2
nixlib-246b6067377609bfda9b852aa45fe7fcbc3e7231.tar.lz
nixlib-246b6067377609bfda9b852aa45fe7fcbc3e7231.tar.xz
nixlib-246b6067377609bfda9b852aa45fe7fcbc3e7231.tar.zst
nixlib-246b6067377609bfda9b852aa45fe7fcbc3e7231.zip
calls: add tomfitzhenry as maintainer (#159700)
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/calls/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };
 }