mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
maintainers: rename alyaeanyx -> pentane
This commit is contained in:
parent
6117466f6d
commit
bdd58823ab
15 changed files with 21 additions and 21 deletions
|
@ -1331,13 +1331,6 @@
|
||||||
githubId = 9567176;
|
githubId = 9567176;
|
||||||
name = "Alexis Simon";
|
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 = {
|
amadaluzia = {
|
||||||
email = "amad@atl.tools";
|
email = "amad@atl.tools";
|
||||||
github = "amadaluzia";
|
github = "amadaluzia";
|
||||||
|
@ -19159,6 +19152,13 @@
|
||||||
githubId = 13225611;
|
githubId = 13225611;
|
||||||
name = "Nicolas Martin";
|
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 = {
|
perchun = {
|
||||||
name = "Perchun Pak";
|
name = "Perchun Pak";
|
||||||
email = "nixpkgs@perchun.it";
|
email = "nixpkgs@perchun.it";
|
||||||
|
|
|
@ -270,7 +270,7 @@ in
|
||||||
buildDocsInSandbox = false;
|
buildDocsInSandbox = false;
|
||||||
doc = ./mautrix-signal.md;
|
doc = ./mautrix-signal.md;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
alyaeanyx
|
pentane
|
||||||
frederictobiasc
|
frederictobiasc
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -159,5 +159,5 @@ in
|
||||||
}) cfg.interfaces;
|
}) cfg.interfaces;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta.maintainers = with maintainers; [ alyaeanyx ];
|
meta.maintainers = with maintainers; [ pentane ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -486,7 +486,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
meta.maintainers = with lib.maintainers; [
|
meta.maintainers = with lib.maintainers; [
|
||||||
alyaeanyx
|
pentane
|
||||||
raylas
|
raylas
|
||||||
rvdp
|
rvdp
|
||||||
neverbehave
|
neverbehave
|
||||||
|
|
|
@ -106,7 +106,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
license = lib.licenses.agpl3Only;
|
license = lib.licenses.agpl3Only;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
ryneeverett
|
ryneeverett
|
||||||
alyaeanyx
|
pentane
|
||||||
ryand56
|
ryand56
|
||||||
sigmasquadron
|
sigmasquadron
|
||||||
ddogfoodd
|
ddogfoodd
|
||||||
|
|
|
@ -68,7 +68,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
platforms = platforms.linux; # fails on Darwin
|
platforms = platforms.linux; # fails on Darwin
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
laikq
|
laikq
|
||||||
alyaeanyx
|
pentane
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,6 +21,6 @@ python3Packages.buildPythonPackage {
|
||||||
homepage = "https://humenda.github.io/GladTeX";
|
homepage = "https://humenda.github.io/GladTeX";
|
||||||
license = licenses.lgpl3Plus;
|
license = licenses.lgpl3Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ alyaeanyx ];
|
maintainers = with maintainers; [ pentane ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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";
|
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/";
|
homepage = "https://www.giss.nasa.gov/tools/gprojector/";
|
||||||
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
|
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
|
||||||
maintainers = with lib.maintainers; [ alyaeanyx ];
|
maintainers = with lib.maintainers; [ pentane ];
|
||||||
license = lib.licenses.unfree;
|
license = lib.licenses.unfree;
|
||||||
inherit (jre.meta) platforms;
|
inherit (jre.meta) platforms;
|
||||||
};
|
};
|
||||||
|
|
|
@ -84,7 +84,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
doronbehar
|
doronbehar
|
||||||
alyaeanyx
|
pentane
|
||||||
];
|
];
|
||||||
mainProgram = "qalc";
|
mainProgram = "qalc";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
|
|
@ -51,6 +51,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
description = "C ABI library which exposes Signal protocol logic";
|
description = "C ABI library which exposes Signal protocol logic";
|
||||||
homepage = "https://github.com/signalapp/libsignal";
|
homepage = "https://github.com/signalapp/libsignal";
|
||||||
license = licenses.agpl3Plus;
|
license = licenses.agpl3Plus;
|
||||||
maintainers = with maintainers; [ alyaeanyx ];
|
maintainers = with maintainers; [ pentane ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -67,7 +67,7 @@ buildGoModule rec {
|
||||||
description = "Matrix-Signal puppeting bridge";
|
description = "Matrix-Signal puppeting bridge";
|
||||||
license = licenses.agpl3Plus;
|
license = licenses.agpl3Plus;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
alyaeanyx
|
pentane
|
||||||
ma27
|
ma27
|
||||||
];
|
];
|
||||||
mainProgram = "mautrix-signal";
|
mainProgram = "mautrix-signal";
|
||||||
|
|
|
@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
homepage = "http://qalculate.github.io";
|
homepage = "http://qalculate.github.io";
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
doronbehar
|
doronbehar
|
||||||
alyaeanyx
|
pentane
|
||||||
aleksana
|
aleksana
|
||||||
];
|
];
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
|
|
@ -48,7 +48,7 @@ stdenv.mkDerivation {
|
||||||
licenses.cc0
|
licenses.cc0
|
||||||
licenses.publicDomain
|
licenses.publicDomain
|
||||||
];
|
];
|
||||||
maintainers = with maintainers; [ alyaeanyx ];
|
maintainers = with maintainers; [ pentane ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
hydraPlatforms = [ ];
|
hydraPlatforms = [ ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -87,7 +87,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
description = "Space Nerds In Space, a multi-player spaceship bridge simulator";
|
description = "Space Nerds In Space, a multi-player spaceship bridge simulator";
|
||||||
homepage = "https://smcameron.github.io/space-nerds-in-space/";
|
homepage = "https://smcameron.github.io/space-nerds-in-space/";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ alyaeanyx ];
|
maintainers = with maintainers; [ pentane ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
mainProgram = "snis_launcher";
|
mainProgram = "snis_launcher";
|
||||||
};
|
};
|
||||||
|
|
|
@ -63,7 +63,7 @@ stdenv.mkDerivation {
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
pradeepchhetri
|
pradeepchhetri
|
||||||
tricktron
|
tricktron
|
||||||
alyaeanyx
|
pentane
|
||||||
];
|
];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
mainProgram = "openconnect";
|
mainProgram = "openconnect";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue