maintainers: rename alyaeanyx -> pentane

This commit is contained in:
alyaeanyx 2025-06-01 09:20:09 +02:00
parent 6117466f6d
commit bdd58823ab
15 changed files with 21 additions and 21 deletions

View file

@ -1331,13 +1331,6 @@
githubId = 9567176;
name = "Alexis Simon";
};
alyaeanyx = {
email = "alyaeanyx@mailbox.org";
github = "alyaeanyx";
githubId = 74795488;
name = "alyaeanyx";
keys = [ { fingerprint = "1F73 8879 5E5A 3DFC E2B3 FA32 87D1 AADC D25B 8DEE"; } ];
};
amadaluzia = {
email = "amad@atl.tools";
github = "amadaluzia";
@ -19159,6 +19152,13 @@
githubId = 13225611;
name = "Nicolas Martin";
};
pentane = {
email = "cyclopentane@aidoskyneen.eu";
github = "cyclic-pentane";
githubId = 74795488;
name = "pentane";
keys = [ { fingerprint = "4231 75F6 8360 68C8 2ACB AEDA 63F4 EC2F FE55 0874"; } ];
};
perchun = {
name = "Perchun Pak";
email = "nixpkgs@perchun.it";

View file

@ -270,7 +270,7 @@ in
buildDocsInSandbox = false;
doc = ./mautrix-signal.md;
maintainers = with lib.maintainers; [
alyaeanyx
pentane
frederictobiasc
];
};

View file

@ -159,5 +159,5 @@ in
}) cfg.interfaces;
};
meta.maintainers = with maintainers; [ alyaeanyx ];
meta.maintainers = with maintainers; [ pentane ];
}

View file

@ -486,7 +486,7 @@ in
};
meta.maintainers = with lib.maintainers; [
alyaeanyx
pentane
raylas
rvdp
neverbehave

View file

@ -106,7 +106,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [
ryneeverett
alyaeanyx
pentane
ryand56
sigmasquadron
ddogfoodd

View file

@ -68,7 +68,7 @@ python3Packages.buildPythonApplication rec {
platforms = platforms.linux; # fails on Darwin
maintainers = with maintainers; [
laikq
alyaeanyx
pentane
];
};
}

View file

@ -21,6 +21,6 @@ python3Packages.buildPythonPackage {
homepage = "https://humenda.github.io/GladTeX";
license = licenses.lgpl3Plus;
platforms = platforms.all;
maintainers = with maintainers; [ alyaeanyx ];
maintainers = with maintainers; [ pentane ];
};
}

View file

@ -51,7 +51,7 @@ stdenvNoCC.mkDerivation rec {
description = "G.Projector transforms an input map image into any of about 200 global and regional map projections";
homepage = "https://www.giss.nasa.gov/tools/gprojector/";
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
maintainers = with lib.maintainers; [ alyaeanyx ];
maintainers = with lib.maintainers; [ pentane ];
license = lib.licenses.unfree;
inherit (jre.meta) platforms;
};

View file

@ -84,7 +84,7 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.gpl2Plus;
maintainers = with maintainers; [
doronbehar
alyaeanyx
pentane
];
mainProgram = "qalc";
platforms = platforms.all;

View file

@ -51,6 +51,6 @@ rustPlatform.buildRustPackage rec {
description = "C ABI library which exposes Signal protocol logic";
homepage = "https://github.com/signalapp/libsignal";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ alyaeanyx ];
maintainers = with maintainers; [ pentane ];
};
}

View file

@ -67,7 +67,7 @@ buildGoModule rec {
description = "Matrix-Signal puppeting bridge";
license = licenses.agpl3Plus;
maintainers = with maintainers; [
alyaeanyx
pentane
ma27
];
mainProgram = "mautrix-signal";

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "http://qalculate.github.io";
maintainers = with maintainers; [
doronbehar
alyaeanyx
pentane
aleksana
];
license = licenses.gpl2Plus;

View file

@ -48,7 +48,7 @@ stdenv.mkDerivation {
licenses.cc0
licenses.publicDomain
];
maintainers = with maintainers; [ alyaeanyx ];
maintainers = with maintainers; [ pentane ];
platforms = platforms.linux;
hydraPlatforms = [ ];
};

View file

@ -87,7 +87,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Space Nerds In Space, a multi-player spaceship bridge simulator";
homepage = "https://smcameron.github.io/space-nerds-in-space/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ alyaeanyx ];
maintainers = with maintainers; [ pentane ];
platforms = platforms.linux;
mainProgram = "snis_launcher";
};

View file

@ -63,7 +63,7 @@ stdenv.mkDerivation {
maintainers = with maintainers; [
pradeepchhetri
tricktron
alyaeanyx
pentane
];
platforms = lib.platforms.unix;
mainProgram = "openconnect";