From 5344cc3789285f4f1f326466983cd0ea7b30cb44 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 17 Jun 2026 18:40:04 -0500 Subject: [PATCH] citrix_workspace: add maintainer khaneliman --- .../networking/remote/citrix-workspace/generic.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/networking/remote/citrix-workspace/generic.nix b/pkgs/applications/networking/remote/citrix-workspace/generic.nix index 453ffec1cf82..610c8ed4aea9 100644 --- a/pkgs/applications/networking/remote/citrix-workspace/generic.nix +++ b/pkgs/applications/networking/remote/citrix-workspace/generic.nix @@ -429,7 +429,10 @@ stdenv.mkDerivation rec { description = "Citrix Workspace"; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; platforms = [ "x86_64-linux" ]; - maintainers = with lib.maintainers; [ flacks ]; + maintainers = with lib.maintainers; [ + khaneliman + flacks + ]; inherit homepage; }; }