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.

+14 -14
+7 -7
maintainers/maintainer-list.nix
··· 12868 12868 fingerprint = "9B1A 7906 5D2F 2B80 6C8A 5A1C 7D2A CDAF 4653 CF28"; 12869 12869 }]; 12870 12870 }; 12871 - ninjatrappeur = { 12872 - email = "felix@alternativebit.fr"; 12873 - matrix = "@ninjatrappeur:matrix.org"; 12874 - github = "NinjaTrappeur"; 12875 - githubId = 1219785; 12876 - name = "Félix Baylac-Jacqué"; 12877 - }; 12878 12871 nintron = { 12879 12872 email = "nintron@sent.com"; 12880 12873 github = "Nintron27"; ··· 13978 13971 github = "phunehehe"; 13979 13972 githubId = 627831; 13980 13973 name = "Hoang Xuan Phu"; 13974 + }; 13975 + picnoir = { 13976 + email = "felix@alternativebit.fr"; 13977 + matrix = "@picnoir:alternativebit.fr"; 13978 + github = "picnoir"; 13979 + githubId = 1219785; 13980 + name = "Félix Baylac-Jacqué"; 13981 13981 }; 13982 13982 piegames = { 13983 13983 name = "piegames";
+1 -1
nixos/modules/services/networking/pleroma.nix
··· 146 146 }; 147 147 148 148 }; 149 - meta.maintainers = with lib.maintainers; [ ninjatrappeur ]; 149 + meta.maintainers = with lib.maintainers; [ picnoir ]; 150 150 meta.doc = ./pleroma.md; 151 151 }
+1 -1
nixos/tests/systemd-networkd.nix
··· 65 65 in import ./make-test-python.nix ({pkgs, ... }: { 66 66 name = "networkd"; 67 67 meta = with pkgs.lib.maintainers; { 68 - maintainers = [ ninjatrappeur ]; 68 + maintainers = [ picnoir ]; 69 69 }; 70 70 nodes = { 71 71 node1 = { pkgs, ... }@attrs:
+1 -1
pkgs/applications/networking/ssb-patchwork/default.nix
··· 47 47 ''; 48 48 homepage = "https://www.scuttlebutt.nz/"; 49 49 license = licenses.agpl3; 50 - maintainers = with maintainers; [ asymmetric ninjatrappeur cyplo ]; 50 + maintainers = with maintainers; [ asymmetric picnoir cyplo ]; 51 51 mainProgram = "ssb-patchwork"; 52 52 platforms = [ "x86_64-linux" ]; 53 53 };
+1 -1
pkgs/data/fonts/fixedsys-excelsior/default.nix
··· 24 24 description = "Pan-unicode version of Fixedsys, a classic DOS font"; 25 25 platforms = lib.platforms.all; 26 26 license = lib.licenses.publicDomain; 27 - maintainers = [ lib.maintainers.ninjatrappeur ]; 27 + maintainers = [ lib.maintainers.picnoir ]; 28 28 }; 29 29 }
+1 -1
pkgs/os-specific/linux/hostapd/default.nix
··· 103 103 homepage = "https://w1.fi/hostapd/"; 104 104 description = "A user space daemon for access point and authentication servers"; 105 105 license = licenses.gpl2; 106 - maintainers = with maintainers; [ ninjatrappeur hexa ]; 106 + maintainers = with maintainers; [ hexa ]; 107 107 platforms = platforms.linux; 108 108 }; 109 109 }
+1 -1
pkgs/os-specific/linux/nsncd/default.nix
··· 28 28 ''; 29 29 homepage = "https://github.com/twosigma/nsncd"; 30 30 license = licenses.asl20; 31 - maintainers = with maintainers; [ flokli ninjatrappeur ]; 31 + maintainers = with maintainers; [ flokli picnoir ]; 32 32 # never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs 33 33 broken = stdenv.isDarwin; 34 34 };
+1 -1
pkgs/servers/pleroma/default.nix
··· 164 164 description = "ActivityPub microblogging server"; 165 165 homepage = "https://git.pleroma.social/pleroma/pleroma"; 166 166 license = licenses.agpl3; 167 - maintainers = with maintainers; [ ninjatrappeur yuka kloenk yayayayaka ]; 167 + maintainers = with maintainers; [ picnoir yuka kloenk yayayayaka ]; 168 168 platforms = platforms.unix; 169 169 }; 170 170 }