From 572d780fbe2d4c3a4214969209445ce113a7c249 Mon Sep 17 00:00:00 2001 From: Gavin John Date: Tue, 28 Jan 2025 11:12:22 -0800 Subject: [PATCH] nixos/rtl-sdr: adopt --- nixos/modules/hardware/rtl-sdr.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/hardware/rtl-sdr.nix b/nixos/modules/hardware/rtl-sdr.nix index 28b4c89963ca..7124d7e4280a 100644 --- a/nixos/modules/hardware/rtl-sdr.nix +++ b/nixos/modules/hardware/rtl-sdr.nix @@ -32,4 +32,6 @@ in environment.systemPackages = [ cfg.package ]; users.groups.plugdev = { }; }; + + meta.maintainers = with lib.maintainers; [ pandapip1 ]; }