summary refs log tree commit diff
path: root/pkgs/os-specific/linux/hostapd
diff options
context:
space:
mode:
authorFélix Baylac Jacqué <felix@alternativebit.fr>2023-11-11 08:31:16 +0100
committerFélix Baylac Jacqué <felix@alternativebit.fr>2023-11-11 08:31:16 +0100
commitdfa45288afac9d3565e7784abc520fccdbbb9e69 (patch)
tree0e3f44e15343db83fc421b4f2917b8e8fdaaee65 /pkgs/os-specific/linux/hostapd
parent58ee71d96cf9a9285ab4c5528ae5e7cc62377ae8 (diff)
downloadnixpkgs-dfa45288afac9d3565e7784abc520fccdbbb9e69.tar
nixpkgs-dfa45288afac9d3565e7784abc520fccdbbb9e69.tar.gz
nixpkgs-dfa45288afac9d3565e7784abc520fccdbbb9e69.tar.bz2
nixpkgs-dfa45288afac9d3565e7784abc520fccdbbb9e69.tar.lz
nixpkgs-dfa45288afac9d3565e7784abc520fccdbbb9e69.tar.xz
nixpkgs-dfa45288afac9d3565e7784abc520fccdbbb9e69.tar.zst
nixpkgs-dfa45288afac9d3565e7784abc520fccdbbb9e69.zip
maintainers: ninjatrappeur -> picnoir
I changed my nickname from Ninjatrappeur to Picnoir. My github id is
stable, it shouldn't break too much stuff.

I took advantage of this handle change to remove myself from the
hostapd maintainers: I don't use NixOS as a router anymore.
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 a35bd38add2..e4b41f3a0c8 100644
--- a/pkgs/os-specific/linux/hostapd/default.nix
+++ b/pkgs/os-specific/linux/hostapd/default.nix
@@ -103,7 +103,7 @@ stdenv.mkDerivation rec {
     homepage = "https://w1.fi/hostapd/";
     description = "A user space daemon for access point and authentication servers";
     license = licenses.gpl2;
-    maintainers = with maintainers; [ ninjatrappeur hexa ];
+    maintainers = with maintainers; [ hexa ];
     platforms = platforms.linux;
   };
 }