summary refs log tree commit diff
path: root/pkgs/os-specific/linux/hostapd
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/os-specific/linux/hostapd
parent1c14b52e1837efb226287f9dd115ef8655868506 (diff)
downloadnixpkgs-c898b5c05739dbfc86fd5f3cc15639fed6244e89.tar
nixpkgs-c898b5c05739dbfc86fd5f3cc15639fed6244e89.tar.gz
nixpkgs-c898b5c05739dbfc86fd5f3cc15639fed6244e89.tar.bz2
nixpkgs-c898b5c05739dbfc86fd5f3cc15639fed6244e89.tar.lz
nixpkgs-c898b5c05739dbfc86fd5f3cc15639fed6244e89.tar.xz
nixpkgs-c898b5c05739dbfc86fd5f3cc15639fed6244e89.tar.zst
nixpkgs-c898b5c05739dbfc86fd5f3cc15639fed6244e89.zip
hostapd: add hexa as maintainer
Diffstat (limited to 'pkgs/os-specific/linux/hostapd')
-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 964de0f47b2..991dcbe2615 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;
   };
 }