tautulli: add myself as maintainer

This commit is contained in:
Ryan Horiguchi
2022-11-08 18:01:40 +01:00
parent 9ef3a446da
commit ce604a83c1
+1 -1
View File
@@ -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 ];
};
}