diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 019fda9550f5..c9d1b0e17827 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -6997,6 +6997,12 @@ githubId = 57543709; name = "Chris O'Brien"; }; + euxane = { + name = "euxane"; + email = "r9uhdi.nixpkgs@euxane.net"; + github = "pacien"; + githubId = 1449319; + }; evalexpr = { name = "Jonathan Wilkins"; email = "nixos@wilkins.tech"; @@ -17037,12 +17043,6 @@ githubId = 17091659; name = "Pablo Andres Dealbera"; }; - pacien = { - email = "b4gx3q.nixpkgs@pacien.net"; - github = "pacien"; - githubId = 1449319; - name = "Pacien Tran-Girard"; - }; pacman99 = { email = "pachum99@gmail.com"; matrix = "@pachumicchu:myrdd.info"; diff --git a/nixos/modules/programs/msmtp.nix b/nixos/modules/programs/msmtp.nix index b68f1cbeb9cc..7a1941e0f949 100644 --- a/nixos/modules/programs/msmtp.nix +++ b/nixos/modules/programs/msmtp.nix @@ -10,7 +10,7 @@ let in { - meta.maintainers = with lib.maintainers; [ pacien ]; + meta.maintainers = with lib.maintainers; [ euxane ]; options = { programs.msmtp = { diff --git a/nixos/modules/services/backup/postgresql-wal-receiver.nix b/nixos/modules/services/backup/postgresql-wal-receiver.nix index 361f572d61d6..3e021d99bd24 100644 --- a/nixos/modules/services/backup/postgresql-wal-receiver.nix +++ b/nixos/modules/services/backup/postgresql-wal-receiver.nix @@ -210,5 +210,5 @@ in ) receivers; }; - meta.maintainers = with lib.maintainers; [ pacien ]; + meta.maintainers = with lib.maintainers; [ euxane ]; } diff --git a/nixos/modules/services/mail/stalwart-mail.nix b/nixos/modules/services/mail/stalwart-mail.nix index 46c4bd7bf682..dca87e7dc262 100644 --- a/nixos/modules/services/mail/stalwart-mail.nix +++ b/nixos/modules/services/mail/stalwart-mail.nix @@ -198,7 +198,7 @@ in meta = { maintainers = with lib.maintainers; [ happysalada - pacien + euxane onny ]; }; diff --git a/nixos/modules/services/matrix/appservice-discord.nix b/nixos/modules/services/matrix/appservice-discord.nix index 5e7930a73c4c..cf3c8ea20eae 100644 --- a/nixos/modules/services/matrix/appservice-discord.nix +++ b/nixos/modules/services/matrix/appservice-discord.nix @@ -159,5 +159,5 @@ in }; }; - meta.maintainers = with lib.maintainers; [ pacien ]; + meta.maintainers = with lib.maintainers; [ euxane ]; } diff --git a/nixos/modules/services/matrix/mautrix-telegram.nix b/nixos/modules/services/matrix/mautrix-telegram.nix index 0dd0636bf6f0..a489c9c72485 100644 --- a/nixos/modules/services/matrix/mautrix-telegram.nix +++ b/nixos/modules/services/matrix/mautrix-telegram.nix @@ -200,7 +200,7 @@ in }; meta.maintainers = with lib.maintainers; [ - pacien + euxane vskilet ]; } diff --git a/nixos/modules/services/misc/rmfakecloud.nix b/nixos/modules/services/misc/rmfakecloud.nix index b1f81c10b9a4..ec3ecc612fec 100644 --- a/nixos/modules/services/misc/rmfakecloud.nix +++ b/nixos/modules/services/misc/rmfakecloud.nix @@ -145,5 +145,5 @@ in }; }; - meta.maintainers = with lib.maintainers; [ pacien ]; + meta.maintainers = with lib.maintainers; [ euxane ]; } diff --git a/nixos/tests/postgresql/postgresql-wal-receiver.nix b/nixos/tests/postgresql/postgresql-wal-receiver.nix index 579a56153386..eb7671430c98 100644 --- a/nixos/tests/postgresql/postgresql-wal-receiver.nix +++ b/nixos/tests/postgresql/postgresql-wal-receiver.nix @@ -19,7 +19,7 @@ let in makeTest { name = "postgresql-wal-receiver-${package.name}"; - meta.maintainers = with lib.maintainers; [ pacien ]; + meta.maintainers = with lib.maintainers; [ euxane ]; nodes.machine = { ... }: diff --git a/nixos/tests/stalwart-mail.nix b/nixos/tests/stalwart-mail.nix index fb5b9f7fc593..38b47cb88f90 100644 --- a/nixos/tests/stalwart-mail.nix +++ b/nixos/tests/stalwart-mail.nix @@ -123,7 +123,7 @@ import ./make-test-python.nix ( meta = { maintainers = with lib.maintainers; [ happysalada - pacien + euxane onny ]; }; diff --git a/pkgs/applications/office/beamerpresenter/default.nix b/pkgs/applications/office/beamerpresenter/default.nix index 7be305ba0249..5bfb8a260b0b 100644 --- a/pkgs/applications/office/beamerpresenter/default.nix +++ b/pkgs/applications/office/beamerpresenter/default.nix @@ -98,7 +98,7 @@ stdenv.mkDerivation rec { ]; platforms = platforms.all; maintainers = with maintainers; [ - pacien + euxane dotlambda ]; mainProgram = "beamerpresenter"; diff --git a/pkgs/applications/version-management/mercurial/default.nix b/pkgs/applications/version-management/mercurial/default.nix index 15b71c98c813..aed17b3461e2 100644 --- a/pkgs/applications/version-management/mercurial/default.nix +++ b/pkgs/applications/version-management/mercurial/default.nix @@ -123,7 +123,7 @@ let license = licenses.gpl2Plus; maintainers = with maintainers; [ lukegb - pacien + euxane techknowlogick ]; platforms = platforms.unix; diff --git a/pkgs/applications/video/mpv/scripts/sponsorblock.nix b/pkgs/applications/video/mpv/scripts/sponsorblock.nix index 094aec727552..0a9dadfaa7c6 100644 --- a/pkgs/applications/video/mpv/scripts/sponsorblock.nix +++ b/pkgs/applications/video/mpv/scripts/sponsorblock.nix @@ -47,6 +47,6 @@ buildLua { description = "Script for mpv to skip sponsored segments of YouTube videos"; homepage = "https://github.com/po5/mpv_sponsorblock"; license = licenses.gpl3; - maintainers = with maintainers; [ pacien ]; + maintainers = with maintainers; [ euxane ]; }; } diff --git a/pkgs/applications/window-managers/i3/balance-workspace.nix b/pkgs/applications/window-managers/i3/balance-workspace.nix index 913802294862..b89344613a84 100644 --- a/pkgs/applications/window-managers/i3/balance-workspace.nix +++ b/pkgs/applications/window-managers/i3/balance-workspace.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { description = "Balance windows and workspaces in i3wm"; homepage = "https://pypi.org/project/i3-balance-workspace/"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ pacien ]; + maintainers = with lib.maintainers; [ euxane ]; mainProgram = "i3_balance_workspace"; }; } diff --git a/pkgs/by-name/gs/gscan2pdf/package.nix b/pkgs/by-name/gs/gscan2pdf/package.nix index c1f780ae2cbc..9e1bba7bec9c 100644 --- a/pkgs/by-name/gs/gscan2pdf/package.nix +++ b/pkgs/by-name/gs/gscan2pdf/package.nix @@ -161,7 +161,7 @@ perlPackages.buildPerlPackage rec { description = "GUI to produce PDFs or DjVus from scanned documents"; homepage = "https://gscan2pdf.sourceforge.net/"; license = licenses.gpl3; - maintainers = with maintainers; [ pacien ]; + maintainers = with maintainers; [ euxane ]; mainProgram = "gscan2pdf"; }; } diff --git a/pkgs/by-name/hi/hidrd/package.nix b/pkgs/by-name/hi/hidrd/package.nix index 53f4f2a6a3fd..2eb5821afec6 100644 --- a/pkgs/by-name/hi/hidrd/package.nix +++ b/pkgs/by-name/hi/hidrd/package.nix @@ -22,7 +22,7 @@ stdenv.mkDerivation { description = "HID report descriptor I/O library and conversion tool"; homepage = "https://github.com/DIGImend/hidrd"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ pacien ]; + maintainers = with maintainers; [ euxane ]; platforms = platforms.all; broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/hidrd.x86_64-darwin mainProgram = "hidrd-convert"; diff --git a/pkgs/by-name/ho/howl/package.nix b/pkgs/by-name/ho/howl/package.nix index 7456ac9582ea..0746b12eda17 100644 --- a/pkgs/by-name/ho/howl/package.nix +++ b/pkgs/by-name/ho/howl/package.nix @@ -43,7 +43,7 @@ stdenv.mkDerivation rec { homepage = "https://howl.io/"; description = "General purpose, fast and lightweight editor with a keyboard-centric minimalistic user interface"; license = licenses.mit; - maintainers = with maintainers; [ pacien ]; + maintainers = with maintainers; [ euxane ]; mainProgram = "howl"; # LuaJIT and Howl builds fail for x86_64-darwin and aarch64-linux respectively diff --git a/pkgs/by-name/li/libspf2/package.nix b/pkgs/by-name/li/libspf2/package.nix index 17663a5e10de..eee1560f0fe5 100644 --- a/pkgs/by-name/li/libspf2/package.nix +++ b/pkgs/by-name/li/libspf2/package.nix @@ -40,7 +40,7 @@ stdenv.mkDerivation rec { lgpl21Plus bsd2 ]; - maintainers = with maintainers; [ pacien ] ++ teams.helsinki-systems.members; + maintainers = with maintainers; [ euxane ] ++ teams.helsinki-systems.members; platforms = platforms.all; }; } diff --git a/pkgs/by-name/md/mdctags/package.nix b/pkgs/by-name/md/mdctags/package.nix index faac73aedf12..a3a7705280ed 100644 --- a/pkgs/by-name/md/mdctags/package.nix +++ b/pkgs/by-name/md/mdctags/package.nix @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage { description = "tags for markdown file"; homepage = "https://github.com/wsdjeg/mdctags.rs"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ pacien ]; + maintainers = with lib.maintainers; [ euxane ]; mainProgram = "mdctags"; }; } diff --git a/pkgs/by-name/pa/pandoc-katex/package.nix b/pkgs/by-name/pa/pandoc-katex/package.nix index 12cd5047819b..fe92876f1c42 100644 --- a/pkgs/by-name/pa/pandoc-katex/package.nix +++ b/pkgs/by-name/pa/pandoc-katex/package.nix @@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec { ]; maintainers = with maintainers; [ minijackson - pacien + euxane ]; mainProgram = "pandoc-katex"; }; diff --git a/pkgs/by-name/pu/pure-prompt/package.nix b/pkgs/by-name/pu/pure-prompt/package.nix index 4339c54f3b4d..036dd69c7fc3 100644 --- a/pkgs/by-name/pu/pure-prompt/package.nix +++ b/pkgs/by-name/pu/pure-prompt/package.nix @@ -29,7 +29,7 @@ stdenv.mkDerivation rec { license = licenses.mit; platforms = platforms.all; maintainers = with maintainers; [ - pacien + euxane pablovsky ]; }; diff --git a/pkgs/by-name/rm/rmfakecloud/package.nix b/pkgs/by-name/rm/rmfakecloud/package.nix index f68229b10a16..be0d53852c3e 100644 --- a/pkgs/by-name/rm/rmfakecloud/package.nix +++ b/pkgs/by-name/rm/rmfakecloud/package.nix @@ -46,7 +46,7 @@ buildGoModule rec { homepage = "https://ddvk.github.io/rmfakecloud/"; license = licenses.agpl3Only; maintainers = with maintainers; [ - pacien + euxane martinetd ]; mainProgram = "rmfakecloud"; diff --git a/pkgs/by-name/tg/tg-archive/package.nix b/pkgs/by-name/tg/tg-archive/package.nix index 0460e34108f3..6b1d765fd053 100644 --- a/pkgs/by-name/tg/tg-archive/package.nix +++ b/pkgs/by-name/tg/tg-archive/package.nix @@ -42,7 +42,7 @@ python3.pkgs.buildPythonApplication { description = "A tool for exporting Telegram group chats into static websites like mailing list archives"; homepage = "https://github.com/knadh/tg-archive"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ pacien ]; + maintainers = with lib.maintainers; [ euxane ]; mainProgram = "tg-archive"; }; } diff --git a/pkgs/by-name/tr/translatelocally/package.nix b/pkgs/by-name/tr/translatelocally/package.nix index babc0bfeb3e4..4249331b2b08 100644 --- a/pkgs/by-name/tr/translatelocally/package.nix +++ b/pkgs/by-name/tr/translatelocally/package.nix @@ -88,7 +88,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://translatelocally.com/"; description = "Fast and secure translation on your local machine, powered by marian and Bergamot"; license = licenses.mit; - maintainers = with maintainers; [ pacien ]; + maintainers = with maintainers; [ euxane ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/python-modules/embrace/default.nix b/pkgs/development/python-modules/embrace/default.nix index 4ad658d7736c..8fe77b069ead 100644 --- a/pkgs/development/python-modules/embrace/default.nix +++ b/pkgs/development/python-modules/embrace/default.nix @@ -41,6 +41,6 @@ buildPythonPackage rec { description = "Embrace SQL keeps your SQL queries in SQL files"; homepage = "https://pypi.org/project/embrace/"; license = licenses.asl20; - maintainers = with maintainers; [ pacien ]; + maintainers = with maintainers; [ euxane ]; }; } diff --git a/pkgs/development/python-modules/jupysql-plugin/default.nix b/pkgs/development/python-modules/jupysql-plugin/default.nix index 4ca16978ac1b..357a971cb17d 100644 --- a/pkgs/development/python-modules/jupysql-plugin/default.nix +++ b/pkgs/development/python-modules/jupysql-plugin/default.nix @@ -43,6 +43,6 @@ buildPythonPackage rec { homepage = "https://github.com/ploomber/jupysql-plugin"; changelog = "https://github.com/ploomber/jupysql-plugin/blob/${version}/CHANGELOG.md"; license = licenses.bsd3; - maintainers = with maintainers; [ pacien ]; + maintainers = with maintainers; [ euxane ]; }; } diff --git a/pkgs/development/python-modules/jupysql/default.nix b/pkgs/development/python-modules/jupysql/default.nix index 56326d52d837..6c2110d5df38 100644 --- a/pkgs/development/python-modules/jupysql/default.nix +++ b/pkgs/development/python-modules/jupysql/default.nix @@ -134,6 +134,6 @@ buildPythonPackage rec { homepage = "https://github.com/ploomber/jupysql"; changelog = "https://github.com/ploomber/jupysql/blob/${version}/CHANGELOG.md"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ pacien ]; + maintainers = with lib.maintainers; [ euxane ]; }; } diff --git a/pkgs/development/python-modules/mediafire-dl/default.nix b/pkgs/development/python-modules/mediafire-dl/default.nix index d4f5235007a5..3598ff215df7 100644 --- a/pkgs/development/python-modules/mediafire-dl/default.nix +++ b/pkgs/development/python-modules/mediafire-dl/default.nix @@ -30,7 +30,7 @@ buildPythonPackage { description = "Simple command-line script to download files from mediafire based on gdown"; homepage = "https://github.com/Juvenal-Yescas/mediafire-dl"; license = licenses.mit; - maintainers = with maintainers; [ pacien ]; + maintainers = with maintainers; [ euxane ]; mainProgram = "mediafire-dl"; }; } diff --git a/pkgs/development/python-modules/ploomber-core/default.nix b/pkgs/development/python-modules/ploomber-core/default.nix index e5d8eb2e480a..e05f4d9f9246 100644 --- a/pkgs/development/python-modules/ploomber-core/default.nix +++ b/pkgs/development/python-modules/ploomber-core/default.nix @@ -44,6 +44,6 @@ buildPythonPackage rec { homepage = "https://github.com/ploomber/core"; changelog = "https://github.com/ploomber/core/blob/${version}/CHANGELOG.md"; license = licenses.asl20; - maintainers = with maintainers; [ pacien ]; + maintainers = with maintainers; [ euxane ]; }; } diff --git a/pkgs/development/python-modules/ploomber-extension/default.nix b/pkgs/development/python-modules/ploomber-extension/default.nix index 9c020f25fa6f..c19c0267fe41 100644 --- a/pkgs/development/python-modules/ploomber-extension/default.nix +++ b/pkgs/development/python-modules/ploomber-extension/default.nix @@ -46,6 +46,6 @@ buildPythonPackage rec { description = "Ploomber extension"; homepage = "https://pypi.org/project/ploomber-extension"; license = licenses.bsd3; - maintainers = with maintainers; [ pacien ]; + maintainers = with maintainers; [ euxane ]; }; } diff --git a/pkgs/servers/matrix-appservice-discord/default.nix b/pkgs/servers/matrix-appservice-discord/default.nix index 0b139fb2b50b..dcd43ba0d852 100644 --- a/pkgs/servers/matrix-appservice-discord/default.nix +++ b/pkgs/servers/matrix-appservice-discord/default.nix @@ -103,7 +103,7 @@ mkYarnPackage rec { description = "Bridge between Matrix and Discord"; homepage = "https://github.com/Half-Shot/matrix-appservice-discord"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ pacien ]; + maintainers = with lib.maintainers; [ euxane ]; platforms = lib.platforms.linux; mainProgram = "matrix-appservice-discord"; }; diff --git a/pkgs/shells/fish/plugins/clownfish.nix b/pkgs/shells/fish/plugins/clownfish.nix index 386ba8d6332f..c70dc11fd3e4 100644 --- a/pkgs/shells/fish/plugins/clownfish.nix +++ b/pkgs/shells/fish/plugins/clownfish.nix @@ -19,6 +19,6 @@ buildFishPlugin { description = "Fish function to mock the behaviour of commands"; homepage = "https://github.com/IlanCosman/clownfish"; license = licenses.mit; - maintainers = with maintainers; [ pacien ]; + maintainers = with maintainers; [ euxane ]; }; } diff --git a/pkgs/shells/fish/plugins/fishtape.nix b/pkgs/shells/fish/plugins/fishtape.nix index ab94045c107e..6bfe0dba1a7d 100644 --- a/pkgs/shells/fish/plugins/fishtape.nix +++ b/pkgs/shells/fish/plugins/fishtape.nix @@ -31,6 +31,6 @@ buildFishPlugin rec { description = "TAP-based test runner for Fish"; homepage = "https://github.com/jorgebucaran/fishtape"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ pacien ]; + maintainers = with lib.maintainers; [ euxane ]; }; } diff --git a/pkgs/shells/fish/plugins/fishtape_3.nix b/pkgs/shells/fish/plugins/fishtape_3.nix index 04814634c6cf..fa9d1c3839a0 100644 --- a/pkgs/shells/fish/plugins/fishtape_3.nix +++ b/pkgs/shells/fish/plugins/fishtape_3.nix @@ -24,6 +24,6 @@ buildFishPlugin rec { description = "100% pure-Fish test runner"; homepage = "https://github.com/jorgebucaran/fishtape"; license = licenses.mit; - maintainers = with maintainers; [ pacien ]; + maintainers = with maintainers; [ euxane ]; }; } diff --git a/pkgs/shells/fish/plugins/fzf-fish.nix b/pkgs/shells/fish/plugins/fzf-fish.nix index a77207a8829b..1bf3f640e309 100644 --- a/pkgs/shells/fish/plugins/fzf-fish.nix +++ b/pkgs/shells/fish/plugins/fzf-fish.nix @@ -64,7 +64,7 @@ buildFishPlugin rec { changelog = "https://github.com/PatrickF1/fzf.fish/releases/tag/${src.rev}"; license = licenses.mit; maintainers = with maintainers; [ - pacien + euxane natsukium ]; }; diff --git a/pkgs/shells/fish/plugins/pure.nix b/pkgs/shells/fish/plugins/pure.nix index 717c72dcf322..c5a288b8f027 100644 --- a/pkgs/shells/fish/plugins/pure.nix +++ b/pkgs/shells/fish/plugins/pure.nix @@ -30,6 +30,6 @@ buildFishPlugin rec { description = "Pretty, minimal and fast Fish prompt, ported from zsh"; homepage = "https://github.com/rafaelrinaldi/pure"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ pacien ]; + maintainers = with lib.maintainers; [ euxane ]; }; }