about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorlucasew <lucas59356@gmail.com>2023-08-09 10:27:00 -0300
committerlucasew <lucas59356@gmail.com>2024-01-13 12:42:06 -0300
commit4a45704d344ba3df41ec3de0885dcbfee027af07 (patch)
treee02ae9913436e3ac61877c9a328d77f1b031972c /pkgs/applications/networking/remote
parent4e412d091c194f9090e54fe49946e0797f450200 (diff)
downloadnixlib-4a45704d344ba3df41ec3de0885dcbfee027af07.tar
nixlib-4a45704d344ba3df41ec3de0885dcbfee027af07.tar.gz
nixlib-4a45704d344ba3df41ec3de0885dcbfee027af07.tar.bz2
nixlib-4a45704d344ba3df41ec3de0885dcbfee027af07.tar.lz
nixlib-4a45704d344ba3df41ec3de0885dcbfee027af07.tar.xz
nixlib-4a45704d344ba3df41ec3de0885dcbfee027af07.tar.zst
nixlib-4a45704d344ba3df41ec3de0885dcbfee027af07.zip
xrdp: add myself as mainntainer
Signed-off-by: lucasew <lucas59356@gmail.com>
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/xrdp/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
     };
   };