summary refs log tree commit diff
path: root/pkgs/applications/qubes/qubes-core-vchan-xen/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/qubes/qubes-core-vchan-xen/default.nix')
-rw-r--r--pkgs/applications/qubes/qubes-core-vchan-xen/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/qubes/qubes-core-vchan-xen/default.nix b/pkgs/applications/qubes/qubes-core-vchan-xen/default.nix
index e8241ede96c..ecb9403be36 100644
--- a/pkgs/applications/qubes/qubes-core-vchan-xen/default.nix
+++ b/pkgs/applications/qubes/qubes-core-vchan-xen/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
     description = "Libraries required for the higher-level Qubes daemons and tools";
     homepage = "https://qubes-os.org";
     license = licenses.gpl2Plus;
-    maintainers = with maintainers; [ "0x4A6F" ];
+    maintainers = [ maintainers."0x4A6F" ];
     platforms = platforms.linux;
   };
 }