diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index a38e1a8227d8..5a1ca561348d 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -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"; diff --git a/nixos/modules/services/matrix/mautrix-signal.nix b/nixos/modules/services/matrix/mautrix-signal.nix index c7ef540b4f59..eca0ecdf1a9a 100644 --- a/nixos/modules/services/matrix/mautrix-signal.nix +++ b/nixos/modules/services/matrix/mautrix-signal.nix @@ -270,7 +270,7 @@ in buildDocsInSandbox = false; doc = ./mautrix-signal.md; maintainers = with lib.maintainers; [ - alyaeanyx + pentane frederictobiasc ]; }; diff --git a/nixos/modules/services/networking/openconnect.nix b/nixos/modules/services/networking/openconnect.nix index 6660e769f48a..dacc0c9148a0 100644 --- a/nixos/modules/services/networking/openconnect.nix +++ b/nixos/modules/services/networking/openconnect.nix @@ -159,5 +159,5 @@ in }) cfg.interfaces; }; - meta.maintainers = with maintainers; [ alyaeanyx ]; + meta.maintainers = with maintainers; [ pentane ]; } diff --git a/nixos/modules/services/networking/wstunnel.nix b/nixos/modules/services/networking/wstunnel.nix index 64e4da527f90..45375d1cf5fb 100644 --- a/nixos/modules/services/networking/wstunnel.nix +++ b/nixos/modules/services/networking/wstunnel.nix @@ -486,7 +486,7 @@ in }; meta.maintainers = with lib.maintainers; [ - alyaeanyx + pentane raylas rvdp neverbehave diff --git a/pkgs/by-name/fr/freetube/package.nix b/pkgs/by-name/fr/freetube/package.nix index 67bfda326e98..d20bbcb9bc10 100644 --- a/pkgs/by-name/fr/freetube/package.nix +++ b/pkgs/by-name/fr/freetube/package.nix @@ -106,7 +106,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { license = lib.licenses.agpl3Only; maintainers = with lib.maintainers; [ ryneeverett - alyaeanyx + pentane ryand56 sigmasquadron ddogfoodd diff --git a/pkgs/by-name/fr/friture/package.nix b/pkgs/by-name/fr/friture/package.nix index 9f729bda96f3..777516d458ed 100644 --- a/pkgs/by-name/fr/friture/package.nix +++ b/pkgs/by-name/fr/friture/package.nix @@ -68,7 +68,7 @@ python3Packages.buildPythonApplication rec { platforms = platforms.linux; # fails on Darwin maintainers = with maintainers; [ laikq - alyaeanyx + pentane ]; }; } diff --git a/pkgs/by-name/gl/gladtex/package.nix b/pkgs/by-name/gl/gladtex/package.nix index 03b584e750d4..a07d744ab557 100644 --- a/pkgs/by-name/gl/gladtex/package.nix +++ b/pkgs/by-name/gl/gladtex/package.nix @@ -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 ]; }; } diff --git a/pkgs/by-name/gp/gprojector/package.nix b/pkgs/by-name/gp/gprojector/package.nix index 6d51e5b7a770..2e22f61cf22a 100644 --- a/pkgs/by-name/gp/gprojector/package.nix +++ b/pkgs/by-name/gp/gprojector/package.nix @@ -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; }; diff --git a/pkgs/by-name/li/libqalculate/package.nix b/pkgs/by-name/li/libqalculate/package.nix index 95edb8e19d5a..1df23ea66396 100644 --- a/pkgs/by-name/li/libqalculate/package.nix +++ b/pkgs/by-name/li/libqalculate/package.nix @@ -84,7 +84,7 @@ stdenv.mkDerivation (finalAttrs: { license = licenses.gpl2Plus; maintainers = with maintainers; [ doronbehar - alyaeanyx + pentane ]; mainProgram = "qalc"; platforms = platforms.all; diff --git a/pkgs/by-name/li/libsignal-ffi/package.nix b/pkgs/by-name/li/libsignal-ffi/package.nix index 128ba1eb1f4c..f3bbfcc1fbfb 100644 --- a/pkgs/by-name/li/libsignal-ffi/package.nix +++ b/pkgs/by-name/li/libsignal-ffi/package.nix @@ -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 ]; }; } diff --git a/pkgs/by-name/ma/mautrix-signal/package.nix b/pkgs/by-name/ma/mautrix-signal/package.nix index fa6903d9ee8e..d8fce63454ed 100644 --- a/pkgs/by-name/ma/mautrix-signal/package.nix +++ b/pkgs/by-name/ma/mautrix-signal/package.nix @@ -67,7 +67,7 @@ buildGoModule rec { description = "Matrix-Signal puppeting bridge"; license = licenses.agpl3Plus; maintainers = with maintainers; [ - alyaeanyx + pentane ma27 ]; mainProgram = "mautrix-signal"; diff --git a/pkgs/by-name/qa/qalculate-gtk/package.nix b/pkgs/by-name/qa/qalculate-gtk/package.nix index 81c61d202fa7..e507b9a572a3 100644 --- a/pkgs/by-name/qa/qalculate-gtk/package.nix +++ b/pkgs/by-name/qa/qalculate-gtk/package.nix @@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "http://qalculate.github.io"; maintainers = with maintainers; [ doronbehar - alyaeanyx + pentane aleksana ]; license = licenses.gpl2Plus; diff --git a/pkgs/by-name/sn/snis-assets/package.nix b/pkgs/by-name/sn/snis-assets/package.nix index 6fb49f5377af..7820553da77a 100644 --- a/pkgs/by-name/sn/snis-assets/package.nix +++ b/pkgs/by-name/sn/snis-assets/package.nix @@ -48,7 +48,7 @@ stdenv.mkDerivation { licenses.cc0 licenses.publicDomain ]; - maintainers = with maintainers; [ alyaeanyx ]; + maintainers = with maintainers; [ pentane ]; platforms = platforms.linux; hydraPlatforms = [ ]; }; diff --git a/pkgs/by-name/sn/snis-unwrapped/package.nix b/pkgs/by-name/sn/snis-unwrapped/package.nix index abf3e1fe61e2..efbb19ddc8c0 100644 --- a/pkgs/by-name/sn/snis-unwrapped/package.nix +++ b/pkgs/by-name/sn/snis-unwrapped/package.nix @@ -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"; }; diff --git a/pkgs/tools/networking/openconnect/common.nix b/pkgs/tools/networking/openconnect/common.nix index a6520b48d858..34dbe7cf7221 100644 --- a/pkgs/tools/networking/openconnect/common.nix +++ b/pkgs/tools/networking/openconnect/common.nix @@ -63,7 +63,7 @@ stdenv.mkDerivation { maintainers = with maintainers; [ pradeepchhetri tricktron - alyaeanyx + pentane ]; platforms = lib.platforms.unix; mainProgram = "openconnect";