Merge pull request #266798 from picnoir/pic/change-nick
maintainers: ninjatrappeur -> picnoir
This commit is contained in:
@@ -12868,13 +12868,6 @@
|
|||||||
fingerprint = "9B1A 7906 5D2F 2B80 6C8A 5A1C 7D2A CDAF 4653 CF28";
|
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 = {
|
nintron = {
|
||||||
email = "nintron@sent.com";
|
email = "nintron@sent.com";
|
||||||
github = "Nintron27";
|
github = "Nintron27";
|
||||||
@@ -13979,6 +13972,13 @@
|
|||||||
githubId = 627831;
|
githubId = 627831;
|
||||||
name = "Hoang Xuan Phu";
|
name = "Hoang Xuan Phu";
|
||||||
};
|
};
|
||||||
|
picnoir = {
|
||||||
|
email = "felix@alternativebit.fr";
|
||||||
|
matrix = "@picnoir:alternativebit.fr";
|
||||||
|
github = "picnoir";
|
||||||
|
githubId = 1219785;
|
||||||
|
name = "Félix Baylac-Jacqué";
|
||||||
|
};
|
||||||
piegames = {
|
piegames = {
|
||||||
name = "piegames";
|
name = "piegames";
|
||||||
email = "nix@piegames.de";
|
email = "nix@piegames.de";
|
||||||
|
|||||||
@@ -146,6 +146,6 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
meta.maintainers = with lib.maintainers; [ ninjatrappeur ];
|
meta.maintainers = with lib.maintainers; [ picnoir ];
|
||||||
meta.doc = ./pleroma.md;
|
meta.doc = ./pleroma.md;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ let generateNodeConf = { lib, pkgs, config, privk, pubk, peerId, nodeId, ...}: {
|
|||||||
in import ./make-test-python.nix ({pkgs, ... }: {
|
in import ./make-test-python.nix ({pkgs, ... }: {
|
||||||
name = "networkd";
|
name = "networkd";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ ninjatrappeur ];
|
maintainers = [ picnoir ];
|
||||||
};
|
};
|
||||||
nodes = {
|
nodes = {
|
||||||
node1 = { pkgs, ... }@attrs:
|
node1 = { pkgs, ... }@attrs:
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ in
|
|||||||
'';
|
'';
|
||||||
homepage = "https://www.scuttlebutt.nz/";
|
homepage = "https://www.scuttlebutt.nz/";
|
||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
maintainers = with maintainers; [ asymmetric ninjatrappeur cyplo ];
|
maintainers = with maintainers; [ asymmetric picnoir cyplo ];
|
||||||
mainProgram = "ssb-patchwork";
|
mainProgram = "ssb-patchwork";
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -24,6 +24,6 @@ stdenvNoCC.mkDerivation rec {
|
|||||||
description = "Pan-unicode version of Fixedsys, a classic DOS font";
|
description = "Pan-unicode version of Fixedsys, a classic DOS font";
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
license = lib.licenses.publicDomain;
|
license = lib.licenses.publicDomain;
|
||||||
maintainers = [ lib.maintainers.ninjatrappeur ];
|
maintainers = [ lib.maintainers.picnoir ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://w1.fi/hostapd/";
|
homepage = "https://w1.fi/hostapd/";
|
||||||
description = "A user space daemon for access point and authentication servers";
|
description = "A user space daemon for access point and authentication servers";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ ninjatrappeur hexa ];
|
maintainers = with maintainers; [ hexa ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
'';
|
'';
|
||||||
homepage = "https://github.com/twosigma/nsncd";
|
homepage = "https://github.com/twosigma/nsncd";
|
||||||
license = licenses.asl20;
|
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
|
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
|
||||||
broken = stdenv.isDarwin;
|
broken = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -164,7 +164,7 @@ beamPackages.mixRelease rec {
|
|||||||
description = "ActivityPub microblogging server";
|
description = "ActivityPub microblogging server";
|
||||||
homepage = "https://git.pleroma.social/pleroma/pleroma";
|
homepage = "https://git.pleroma.social/pleroma/pleroma";
|
||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
maintainers = with maintainers; [ ninjatrappeur yuka kloenk yayayayaka ];
|
maintainers = with maintainers; [ picnoir yuka kloenk yayayayaka ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user