about summary refs log tree commit diff
path: root/pkgs/servers/tautulli
diff options
context:
space:
mode:
authorRyan Horiguchi <ryan.horiguchi@gmail.com>2022-11-08 18:01:40 +0100
committerRyan Horiguchi <ryan.horiguchi@gmail.com>2022-11-08 18:01:40 +0100
commitce604a83c116e6e208e5c1c59ca4486ef271a806 (patch)
tree9287256b656688cc69cb851ca6596f63297f3c9a /pkgs/servers/tautulli
parent9ef3a446da3ef9b2de7eff1d813dcc9ddc6efa16 (diff)
tautulli: add myself as maintainer
Diffstat (limited to 'pkgs/servers/tautulli')
-rw-r--r--pkgs/servers/tautulli/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/tautulli/default.nix b/pkgs/servers/tautulli/default.nix
index 7cc62a443df49..eb145bccf0990 100644
--- a/pkgs/servers/tautulli/default.nix
+++ b/pkgs/servers/tautulli/default.nix
@@ -48,6 +48,6 @@ buildPythonApplication rec {
     homepage = "https://tautulli.com/";
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ csingley ];
+    maintainers = with maintainers; [ csingley rhoriguchi ];
   };
 }