From 30c8f7c42d12cab1d3d71f668ad238b09a1ab506 Mon Sep 17 00:00:00 2001 From: Patryk Wychowaniec Date: Wed, 2 Feb 2022 20:48:35 +0100 Subject: nixos/kvmgt: add myself to maintainers I've got a use case and compatible hardware, so why not :-) --- nixos/modules/virtualisation/kvmgt.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/virtualisation/kvmgt.nix b/nixos/modules/virtualisation/kvmgt.nix index 72bd2c24e5664..5e7a73bec902b 100644 --- a/nixos/modules/virtualisation/kvmgt.nix +++ b/nixos/modules/virtualisation/kvmgt.nix @@ -82,5 +82,5 @@ in { }; }; - meta.maintainers = with maintainers; [ ]; + meta.maintainers = with maintainers; [ patryk27 ]; } -- cgit 1.4.1