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;
|
||||
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";
|
||||
|
|
|
@ -270,7 +270,7 @@ in
|
|||
buildDocsInSandbox = false;
|
||||
doc = ./mautrix-signal.md;
|
||||
maintainers = with lib.maintainers; [
|
||||
alyaeanyx
|
||||
pentane
|
||||
frederictobiasc
|
||||
];
|
||||
};
|
||||
|
|
|
@ -159,5 +159,5 @@ in
|
|||
}) cfg.interfaces;
|
||||
};
|
||||
|
||||
meta.maintainers = with maintainers; [ alyaeanyx ];
|
||||
meta.maintainers = with maintainers; [ pentane ];
|
||||
}
|
||||
|
|
|
@ -486,7 +486,7 @@ in
|
|||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
alyaeanyx
|
||||
pentane
|
||||
raylas
|
||||
rvdp
|
||||
neverbehave
|
||||
|
|
|
@ -106,7 +106,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.agpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
ryneeverett
|
||||
alyaeanyx
|
||||
pentane
|
||||
ryand56
|
||||
sigmasquadron
|
||||
ddogfoodd
|
||||
|
|
|
@ -68,7 +68,7 @@ python3Packages.buildPythonApplication rec {
|
|||
platforms = platforms.linux; # fails on Darwin
|
||||
maintainers = with maintainers; [
|
||||
laikq
|
||||
alyaeanyx
|
||||
pentane
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -84,7 +84,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [
|
||||
doronbehar
|
||||
alyaeanyx
|
||||
pentane
|
||||
];
|
||||
mainProgram = "qalc";
|
||||
platforms = platforms.all;
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -67,7 +67,7 @@ buildGoModule rec {
|
|||
description = "Matrix-Signal puppeting bridge";
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [
|
||||
alyaeanyx
|
||||
pentane
|
||||
ma27
|
||||
];
|
||||
mainProgram = "mautrix-signal";
|
||||
|
|
|
@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "http://qalculate.github.io";
|
||||
maintainers = with maintainers; [
|
||||
doronbehar
|
||||
alyaeanyx
|
||||
pentane
|
||||
aleksana
|
||||
];
|
||||
license = licenses.gpl2Plus;
|
||||
|
|
|
@ -48,7 +48,7 @@ stdenv.mkDerivation {
|
|||
licenses.cc0
|
||||
licenses.publicDomain
|
||||
];
|
||||
maintainers = with maintainers; [ alyaeanyx ];
|
||||
maintainers = with maintainers; [ pentane ];
|
||||
platforms = platforms.linux;
|
||||
hydraPlatforms = [ ];
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -63,7 +63,7 @@ stdenv.mkDerivation {
|
|||
maintainers = with maintainers; [
|
||||
pradeepchhetri
|
||||
tricktron
|
||||
alyaeanyx
|
||||
pentane
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "openconnect";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue