From 4a45704d344ba3df41ec3de0885dcbfee027af07 Mon Sep 17 00:00:00 2001 From: lucasew Date: Wed, 9 Aug 2023 10:27:00 -0300 Subject: [PATCH] xrdp: add myself as mainntainer Signed-off-by: lucasew --- pkgs/applications/networking/remote/xrdp/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/remote/xrdp/default.nix b/pkgs/applications/networking/remote/xrdp/default.nix index 170d6072799d..c90ec78c9aa4 100644 --- a/pkgs/applications/networking/remote/xrdp/default.nix +++ b/pkgs/applications/networking/remote/xrdp/default.nix @@ -154,7 +154,7 @@ let description = "An open source RDP server"; homepage = "https://github.com/neutrinolabs/xrdp"; license = licenses.asl20; - maintainers = with maintainers; [ chvp ]; + maintainers = with maintainers; [ chvp lucasew ]; platforms = platforms.linux; }; };