Merge pull request #195101 from Mic92/iwd

nixos/iwd: remove myself as maintainer

authored by

Luke Granger-Brown and committed by
GitHub
08add879 ae4a8148

+1 -1
+1 -1
nixos/modules/services/networking/iwd.nix
··· 67 67 }; 68 68 }; 69 69 70 - meta.maintainers = with lib.maintainers; [ mic92 dtzWill ]; 70 + meta.maintainers = with lib.maintainers; [ dtzWill ]; 71 71 }