From 1c107769c7b22c0c923cb9d88dfc3aee3ebec78d Mon Sep 17 00:00:00 2001 From: matthewcroughan Date: Fri, 14 Jun 2024 21:46:47 +0100 Subject: [PATCH] ustreamer: add matthewcroughan as maintainer --- pkgs/applications/video/ustreamer/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/video/ustreamer/default.nix b/pkgs/applications/video/ustreamer/default.nix index 37a638267935..b612584d8b0f 100644 --- a/pkgs/applications/video/ustreamer/default.nix +++ b/pkgs/applications/video/ustreamer/default.nix @@ -64,7 +64,7 @@ stdenv.mkDerivation rec { screencast hardware data with the highest resolution and FPS possible. ''; license = licenses.gpl3Plus; - maintainers = with maintainers; [ tfc ]; + maintainers = with maintainers; [ tfc matthewcroughan ]; platforms = platforms.linux; }; }