summary refs log tree commit diff
path: root/nixos/tests
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 /nixos/tests
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 'nixos/tests')
-rw-r--r--nixos/tests/systemd-networkd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/systemd-networkd.nix b/nixos/tests/systemd-networkd.nix
index 6c423f4140b..6b241b93d51 100644
--- a/nixos/tests/systemd-networkd.nix
+++ b/nixos/tests/systemd-networkd.nix
@@ -65,7 +65,7 @@ let generateNodeConf = { lib, pkgs, config, privk, pubk, peerId, nodeId, ...}: {
 in import ./make-test-python.nix ({pkgs, ... }: {
   name = "networkd";
   meta = with pkgs.lib.maintainers; {
-    maintainers = [ ninjatrappeur ];
+    maintainers = [ picnoir ];
   };
   nodes = {
     node1 = { pkgs, ... }@attrs: