Merge pull request #266798 from picnoir/pic/change-nick

maintainers: ninjatrappeur -> picnoir
This commit is contained in:
Félix 2023-11-11 11:16:37 +01:00 committed by GitHub
commit 045472e056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 14 additions and 14 deletions

View File

@ -12868,13 +12868,6 @@
fingerprint = "9B1A 7906 5D2F 2B80 6C8A 5A1C 7D2A CDAF 4653 CF28";
}];
};
ninjatrappeur = {
email = "felix@alternativebit.fr";
matrix = "@ninjatrappeur:matrix.org";
github = "NinjaTrappeur";
githubId = 1219785;
name = "Félix Baylac-Jacqué";
};
nintron = {
email = "nintron@sent.com";
github = "Nintron27";
@ -13979,6 +13972,13 @@
githubId = 627831;
name = "Hoang Xuan Phu";
};
picnoir = {
email = "felix@alternativebit.fr";
matrix = "@picnoir:alternativebit.fr";
github = "picnoir";
githubId = 1219785;
name = "Félix Baylac-Jacqué";
};
piegames = {
name = "piegames";
email = "nix@piegames.de";

View File

@ -146,6 +146,6 @@ in {
};
};
meta.maintainers = with lib.maintainers; [ ninjatrappeur ];
meta.maintainers = with lib.maintainers; [ picnoir ];
meta.doc = ./pleroma.md;
}

View File

@ -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:

View File

@ -47,7 +47,7 @@ in
'';
homepage = "https://www.scuttlebutt.nz/";
license = licenses.agpl3;
maintainers = with maintainers; [ asymmetric ninjatrappeur cyplo ];
maintainers = with maintainers; [ asymmetric picnoir cyplo ];
mainProgram = "ssb-patchwork";
platforms = [ "x86_64-linux" ];
};

View File

@ -24,6 +24,6 @@ stdenvNoCC.mkDerivation rec {
description = "Pan-unicode version of Fixedsys, a classic DOS font";
platforms = lib.platforms.all;
license = lib.licenses.publicDomain;
maintainers = [ lib.maintainers.ninjatrappeur ];
maintainers = [ lib.maintainers.picnoir ];
};
}

View File

@ -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;
};
}

View File

@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
'';
homepage = "https://github.com/twosigma/nsncd";
license = licenses.asl20;
maintainers = with maintainers; [ flokli ninjatrappeur ];
maintainers = with maintainers; [ flokli picnoir ];
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
broken = stdenv.isDarwin;
};

View File

@ -164,7 +164,7 @@ beamPackages.mixRelease rec {
description = "ActivityPub microblogging server";
homepage = "https://git.pleroma.social/pleroma/pleroma";
license = licenses.agpl3;
maintainers = with maintainers; [ ninjatrappeur yuka kloenk yayayayaka ];
maintainers = with maintainers; [ picnoir yuka kloenk yayayayaka ];
platforms = platforms.unix;
};
}