about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2020-06-10 21:15:14 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2020-06-10 21:15:14 +0200
commitc898b5c05739dbfc86fd5f3cc15639fed6244e89 (patch)
tree64d6d7e5119a7b86b088389c9587592cebe9b127 /pkgs
parent1c14b52e1837efb226287f9dd115ef8655868506 (diff)
downloadnixlib-c898b5c05739dbfc86fd5f3cc15639fed6244e89.tar
nixlib-c898b5c05739dbfc86fd5f3cc15639fed6244e89.tar.gz
nixlib-c898b5c05739dbfc86fd5f3cc15639fed6244e89.tar.bz2
nixlib-c898b5c05739dbfc86fd5f3cc15639fed6244e89.tar.lz
nixlib-c898b5c05739dbfc86fd5f3cc15639fed6244e89.tar.xz
nixlib-c898b5c05739dbfc86fd5f3cc15639fed6244e89.tar.zst
nixlib-c898b5c05739dbfc86fd5f3cc15639fed6244e89.zip
hostapd: add hexa as maintainer
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/hostapd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/hostapd/default.nix b/pkgs/os-specific/linux/hostapd/default.nix
index 964de0f47b21..991dcbe26152 100644
--- a/pkgs/os-specific/linux/hostapd/default.nix
+++ b/pkgs/os-specific/linux/hostapd/default.nix
@@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
     repositories.git = "git://w1.fi/hostap.git";
     description = "A user space daemon for access point and authentication servers";
     license = licenses.gpl2;
-    maintainers = with maintainers; [ phreedom ninjatrappeur ];
+    maintainers = with maintainers; [ phreedom ninjatrappeur hexa ];
     platforms = platforms.linux;
   };
 }