From 3b9c6d52451a29f3c570418453582e2fc2be5179 Mon Sep 17 00:00:00 2001 From: Yureka Date: Thu, 28 Jul 2022 22:59:50 +0200 Subject: [PATCH] wf-recorder: add myself to maintainers --- pkgs/applications/video/wf-recorder/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/video/wf-recorder/default.nix b/pkgs/applications/video/wf-recorder/default.nix index 49ec13de531..0b16c478aeb 100644 --- a/pkgs/applications/video/wf-recorder/default.nix +++ b/pkgs/applications/video/wf-recorder/default.nix @@ -24,7 +24,7 @@ stdenv.mkDerivation rec { inherit (src.meta) homepage; changelog = "https://github.com/ammen99/wf-recorder/releases/tag/v${version}"; license = licenses.mit; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ yuka ]; platforms = platforms.linux; }; }