summary refs log tree commit diff
path: root/pkgs/os-specific/linux/iwd/default.nix
diff options
context:
space:
mode:
authorMaxine Aubrey <maxeaubrey@gmail.com>2023-09-12 17:21:05 +0200
committerMaxine Aubrey <maxeaubrey@gmail.com>2023-09-12 17:21:05 +0200
commit9204ded9bd5d64ccff9341c6f9eb4407ed6f1c01 (patch)
tree5b1fc5f7a118c7646928ceb2d5fadb5ca78d570c /pkgs/os-specific/linux/iwd/default.nix
parentdc194ec7950463c8e3ed5237236ff40d48e9df81 (diff)
downloadnixpkgs-9204ded9bd5d64ccff9341c6f9eb4407ed6f1c01.tar
nixpkgs-9204ded9bd5d64ccff9341c6f9eb4407ed6f1c01.tar.gz
nixpkgs-9204ded9bd5d64ccff9341c6f9eb4407ed6f1c01.tar.bz2
nixpkgs-9204ded9bd5d64ccff9341c6f9eb4407ed6f1c01.tar.lz
nixpkgs-9204ded9bd5d64ccff9341c6f9eb4407ed6f1c01.tar.xz
nixpkgs-9204ded9bd5d64ccff9341c6f9eb4407ed6f1c01.tar.zst
nixpkgs-9204ded9bd5d64ccff9341c6f9eb4407ed6f1c01.zip
maintainers: maxeaubrey → amaxine
Diffstat (limited to 'pkgs/os-specific/linux/iwd/default.nix')
-rw-r--r--pkgs/os-specific/linux/iwd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/iwd/default.nix b/pkgs/os-specific/linux/iwd/default.nix
index b808fb208c4..792fef69cbd 100644
--- a/pkgs/os-specific/linux/iwd/default.nix
+++ b/pkgs/os-specific/linux/iwd/default.nix
@@ -92,6 +92,6 @@ stdenv.mkDerivation rec {
     description = "Wireless daemon for Linux";
     license = licenses.lgpl21Plus;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ dtzWill fpletz maxeaubrey ];
+    maintainers = with maintainers; [ dtzWill fpletz amaxine ];
   };
 }