summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2021-05-08 12:19:17 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2021-08-13 10:16:22 +0200
commit0d082b464dcc303a95e01a37e0b117eeeddfc04e (patch)
treef54bc6af41494e052664b74e04c1175b0f7bc74b /nixos
parent704f33c888726e7845ca4afe6da64f87713e8104 (diff)
nixos/wireless: add rnhmjoj as maintainer
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/wpa_supplicant.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
}