summary refs log tree commit diff
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
parent704f33c888726e7845ca4afe6da64f87713e8104 (diff)
downloadnixpkgs-0d082b464dcc303a95e01a37e0b117eeeddfc04e.tar
nixpkgs-0d082b464dcc303a95e01a37e0b117eeeddfc04e.tar.gz
nixpkgs-0d082b464dcc303a95e01a37e0b117eeeddfc04e.tar.bz2
nixpkgs-0d082b464dcc303a95e01a37e0b117eeeddfc04e.tar.lz
nixpkgs-0d082b464dcc303a95e01a37e0b117eeeddfc04e.tar.xz
nixpkgs-0d082b464dcc303a95e01a37e0b117eeeddfc04e.tar.zst
nixpkgs-0d082b464dcc303a95e01a37e0b117eeeddfc04e.zip
nixos/wireless: add rnhmjoj as maintainer
-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 e50912da0d4..155c6fdd0ab 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 ];
 }