From 0d082b464dcc303a95e01a37e0b117eeeddfc04e Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sat, 8 May 2021 12:19:17 +0200 Subject: [PATCH] nixos/wireless: add rnhmjoj as maintainer --- nixos/modules/services/networking/wpa_supplicant.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/wpa_supplicant.nix b/nixos/modules/services/networking/wpa_supplicant.nix index e50912da0d49..155c6fdd0ab0 100644 --- a/nixos/modules/services/networking/wpa_supplicant.nix +++ b/nixos/modules/services/networking/wpa_supplicant.nix @@ -410,5 +410,5 @@ in { ''; }; - meta.maintainers = with lib.maintainers; [ globin ]; + meta.maintainers = with lib.maintainers; [ globin rnhmjoj ]; }