~andir/nixpkgs-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
5 4

[PATCH] maintainers: rename pacien -> euxane, update details

Details
Message ID
<20241205215823.4152576-1-euxane.trangirard@euxane.net>
DKIM signature
pass
Download raw message
Patch: +40 -40
---
 maintainers/maintainer-list.nix                      | 12 ++++++------
 nixos/modules/programs/msmtp.nix                     |  2 +-
 .../services/backup/postgresql-wal-receiver.nix      |  2 +-
 nixos/modules/services/mail/stalwart-mail.nix        |  2 +-
 nixos/modules/services/matrix/appservice-discord.nix |  2 +-
 nixos/modules/services/matrix/mautrix-telegram.nix   |  2 +-
 nixos/modules/services/misc/rmfakecloud.nix          |  2 +-
 nixos/tests/postgresql/postgresql-wal-receiver.nix   |  2 +-
 nixos/tests/stalwart-mail.nix                        |  2 +-
 pkgs/applications/office/beamerpresenter/default.nix |  2 +-
 .../version-management/mercurial/default.nix         |  2 +-
 pkgs/applications/video/mpv/scripts/sponsorblock.nix |  2 +-
 .../window-managers/i3/balance-workspace.nix         |  2 +-
 pkgs/by-name/gs/gscan2pdf/package.nix                |  2 +-
 pkgs/by-name/hi/hidrd/package.nix                    |  2 +-
 pkgs/by-name/ho/howl/package.nix                     |  2 +-
 pkgs/by-name/li/libspf2/package.nix                  |  2 +-
 pkgs/by-name/md/mdctags/package.nix                  |  2 +-
 pkgs/by-name/pa/pandoc-katex/package.nix             |  2 +-
 pkgs/by-name/pu/pure-prompt/package.nix              |  2 +-
 pkgs/by-name/rm/rmfakecloud/package.nix              |  2 +-
 pkgs/by-name/tg/tg-archive/package.nix               |  2 +-
 pkgs/by-name/tr/translatelocally/package.nix         |  2 +-
 pkgs/development/python-modules/embrace/default.nix  |  2 +-
 .../python-modules/jupysql-plugin/default.nix        |  2 +-
 pkgs/development/python-modules/jupysql/default.nix  |  2 +-
 .../python-modules/mediafire-dl/default.nix          |  2 +-
 .../python-modules/ploomber-core/default.nix         |  2 +-
 .../python-modules/ploomber-extension/default.nix    |  2 +-
 pkgs/servers/matrix-appservice-discord/default.nix   |  2 +-
 pkgs/shells/fish/plugins/clownfish.nix               |  2 +-
 pkgs/shells/fish/plugins/fishtape.nix                |  2 +-
 pkgs/shells/fish/plugins/fishtape_3.nix              |  2 +-
 pkgs/shells/fish/plugins/fzf-fish.nix                |  2 +-
 pkgs/shells/fish/plugins/pure.nix                    |  2 +-
 35 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index 6d1a823989ea..1012ba0c5c68 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -6890,6 +6890,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";
@@ -16709,12 +16715,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 8a04acb3b7ea..448be7e6a607 100644
--- a/nixos/modules/programs/msmtp.nix
+++ b/nixos/modules/programs/msmtp.nix
@@ -4,7 +4,7 @@ let
  cfg = config.programs.msmtp;

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 b355637ff5a0..bcf3e943df41 100644
--- a/nixos/modules/services/backup/postgresql-wal-receiver.nix
+++ b/nixos/modules/services/backup/postgresql-wal-receiver.nix
@@ -193,5 +193,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 9985e49067a9..330139050529 100644
--- a/nixos/modules/services/mail/stalwart-mail.nix
+++ b/nixos/modules/services/mail/stalwart-mail.nix
@@ -167,6 +167,6 @@ in {
  };

  meta = {
    maintainers = with lib.maintainers; [ happysalada pacien onny ];
    maintainers = with lib.maintainers; [ happysalada euxane onny ];
  };
}
diff --git a/nixos/modules/services/matrix/appservice-discord.nix b/nixos/modules/services/matrix/appservice-discord.nix
index cbe265d35944..e7f3cad98490 100644
--- a/nixos/modules/services/matrix/appservice-discord.nix
+++ b/nixos/modules/services/matrix/appservice-discord.nix
@@ -148,5 +148,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 699f5dfa0a2b..026d769a9a2e 100644
--- a/nixos/modules/services/matrix/mautrix-telegram.nix
+++ b/nixos/modules/services/matrix/mautrix-telegram.nix
@@ -189,5 +189,5 @@ in {
    };
  };

  meta.maintainers = with lib.maintainers; [ pacien vskilet ];
  meta.maintainers = with lib.maintainers; [ 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 173b4fce4ad5..9f2365931d4e 100644
--- a/nixos/tests/stalwart-mail.nix
+++ b/nixos/tests/stalwart-mail.nix
@@ -115,6 +115,6 @@ in import ./make-test-python.nix ({ lib, ... }: {
  '';

  meta = {
    maintainers = with lib.maintainers; [ happysalada pacien onny ];
    maintainers = with lib.maintainers; [ happysalada euxane onny ];
  };
})
diff --git a/pkgs/applications/office/beamerpresenter/default.nix b/pkgs/applications/office/beamerpresenter/default.nix
index 0d122cfbf3cd..862055309987 100644
--- a/pkgs/applications/office/beamerpresenter/default.nix
+++ b/pkgs/applications/office/beamerpresenter/default.nix
@@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/stiglers-eponym/BeamerPresenter";
    license = with licenses; [ agpl3Only gpl3Plus ];
    platforms = platforms.all;
    maintainers = with maintainers; [ pacien dotlambda ];
    maintainers = with maintainers; [ euxane dotlambda ];
    mainProgram = "beamerpresenter";
  };
}
diff --git a/pkgs/applications/version-management/mercurial/default.nix b/pkgs/applications/version-management/mercurial/default.nix
index fd41363e1650..a1d65c65e706 100644
--- a/pkgs/applications/version-management/mercurial/default.nix
+++ b/pkgs/applications/version-management/mercurial/default.nix
@@ -92,7 +92,7 @@ let
      downloadPage = "https://www.mercurial-scm.org/release/";
      changelog = "https://wiki.mercurial-scm.org/Release${versions.majorMinor version}";
      license = licenses.gpl2Plus;
      maintainers = with maintainers; [ lukegb pacien techknowlogick ];
      maintainers = with maintainers; [ lukegb euxane techknowlogick ];
      platforms = platforms.unix;
      mainProgram = "hg";
    };
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 de68a06d896e..332dd3ee8e66 100644
--- a/pkgs/applications/window-managers/i3/balance-workspace.nix
+++ b/pkgs/applications/window-managers/i3/balance-workspace.nix
@@ -18,7 +18,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 68af433f672c..6efe66e4722e 100644
--- a/pkgs/by-name/gs/gscan2pdf/package.nix
+++ b/pkgs/by-name/gs/gscan2pdf/package.nix
@@ -134,7 +134,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 d3a8a4012433..431257ed6b1d 100644
--- a/pkgs/by-name/hi/hidrd/package.nix
+++ b/pkgs/by-name/hi/hidrd/package.nix
@@ -17,7 +17,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 3a261f3e8714..bec462b8b62b 100644
--- a/pkgs/by-name/ho/howl/package.nix
+++ b/pkgs/by-name/ho/howl/package.nix
@@ -29,7 +29,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 9e64441af558..d07715b393d1 100644
--- a/pkgs/by-name/li/libspf2/package.nix
+++ b/pkgs/by-name/li/libspf2/package.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
                  "authorization (Helsinki Systems fork)";
    homepage = "https://github.com/helsinki-systems/libspf2";
    license = with licenses; [ 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 2307cc54facb..5a3bf7bb8be9 100644
--- a/pkgs/by-name/md/mdctags/package.nix
+++ b/pkgs/by-name/md/mdctags/package.nix
@@ -17,7 +17,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 d2b9f03e51a4..22529f677726 100644
--- a/pkgs/by-name/pa/pandoc-katex/package.nix
+++ b/pkgs/by-name/pa/pandoc-katex/package.nix
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
    description = "Pandoc filter to render math equations using KaTeX";
    homepage = "https://github.com/xu-cheng/pandoc-katex";
    license = with licenses; [ asl20 /* or */ mit ];
    maintainers = with maintainers; [ minijackson pacien ];
    maintainers = with maintainers; [ minijackson 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 20da12041805..ed57be578575 100644
--- a/pkgs/by-name/pu/pure-prompt/package.nix
+++ b/pkgs/by-name/pu/pure-prompt/package.nix
@@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/sindresorhus/pure";
    license = licenses.mit;
    platforms = platforms.all;
    maintainers = with maintainers; [ pacien pablovsky ];
    maintainers = with maintainers; [ 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 4465fa35cbc7..144ea5d3eff6 100644
--- a/pkgs/by-name/tg/tg-archive/package.nix
+++ b/pkgs/by-name/tg/tg-archive/package.nix
@@ -40,7 +40,7 @@ in 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 d99579a5f2a6..290389815bbc 100644
--- a/pkgs/by-name/tr/translatelocally/package.nix
+++ b/pkgs/by-name/tr/translatelocally/package.nix
@@ -73,7 +73,7 @@ in 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 01fa1c0f3163..601631562104 100644
--- a/pkgs/development/python-modules/jupysql/default.nix
+++ b/pkgs/development/python-modules/jupysql/default.nix
@@ -131,6 +131,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 08240c4ecb4e..204ddf08230f 100644
--- a/pkgs/servers/matrix-appservice-discord/default.nix
+++ b/pkgs/servers/matrix-appservice-discord/default.nix
@@ -101,7 +101,7 @@ in 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 90b1f0b86c9c..adf86ce8de5f 100644
--- a/pkgs/shells/fish/plugins/clownfish.nix
+++ b/pkgs/shells/fish/plugins/clownfish.nix
@@ -15,6 +15,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 82f2375d5e3f..14b87c08a191 100644
--- a/pkgs/shells/fish/plugins/fishtape.nix
+++ b/pkgs/shells/fish/plugins/fishtape.nix
@@ -27,6 +27,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 893e6d65ffb3..18d7b7c4af7c 100644
--- a/pkgs/shells/fish/plugins/fishtape_3.nix
+++ b/pkgs/shells/fish/plugins/fishtape_3.nix
@@ -20,6 +20,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 1ad4764c46c5..1fc7485aac9d 100644
--- a/pkgs/shells/fish/plugins/fzf-fish.nix
+++ b/pkgs/shells/fish/plugins/fzf-fish.nix
@@ -40,6 +40,6 @@ buildFishPlugin rec {
    homepage = "https://github.com/PatrickF1/fzf.fish";
    changelog = "https://github.com/PatrickF1/fzf.fish/releases/tag/${src.rev}";
    license = licenses.mit;
    maintainers = with maintainers; [ pacien natsukium ];
    maintainers = with maintainers; [ euxane natsukium ];
  };
}
diff --git a/pkgs/shells/fish/plugins/pure.nix b/pkgs/shells/fish/plugins/pure.nix
index 25ea8aea89b8..ad4ea44f35a5 100644
--- a/pkgs/shells/fish/plugins/pure.nix
+++ b/pkgs/shells/fish/plugins/pure.nix
@@ -24,6 +24,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 ];
  };
}
-- 
2.44.2
Details
Message ID
<27dvr7y2ydydvsktsqqq6ghbmrasn2i63zaqdwnmhkfyrspumz@sa2kbn4zkaou>
In-Reply-To
<20241205215823.4152576-1-euxane.trangirard@euxane.net> (view parent)
DKIM signature
pass
Download raw message
Unfortunately, 4f0dadbf38ee4cf4cc38cbc232b7708fddf965bc did cause this
to apply only with conflicts. Can you send a v2?

Thanks,
flokli

On Thu, Dec 05, 2024 at 10:58:23PM +0100, euxane wrote:
>---
> maintainers/maintainer-list.nix                      | 12 ++++++------
> nixos/modules/programs/msmtp.nix                     |  2 +-
> .../services/backup/postgresql-wal-receiver.nix      |  2 +-
> nixos/modules/services/mail/stalwart-mail.nix        |  2 +-
> nixos/modules/services/matrix/appservice-discord.nix |  2 +-
> nixos/modules/services/matrix/mautrix-telegram.nix   |  2 +-
> nixos/modules/services/misc/rmfakecloud.nix          |  2 +-
> nixos/tests/postgresql/postgresql-wal-receiver.nix   |  2 +-
> nixos/tests/stalwart-mail.nix                        |  2 +-
> pkgs/applications/office/beamerpresenter/default.nix |  2 +-
> .../version-management/mercurial/default.nix         |  2 +-
> pkgs/applications/video/mpv/scripts/sponsorblock.nix |  2 +-
> .../window-managers/i3/balance-workspace.nix         |  2 +-
> pkgs/by-name/gs/gscan2pdf/package.nix                |  2 +-
> pkgs/by-name/hi/hidrd/package.nix                    |  2 +-
> pkgs/by-name/ho/howl/package.nix                     |  2 +-
> pkgs/by-name/li/libspf2/package.nix                  |  2 +-
> pkgs/by-name/md/mdctags/package.nix                  |  2 +-
> pkgs/by-name/pa/pandoc-katex/package.nix             |  2 +-
> pkgs/by-name/pu/pure-prompt/package.nix              |  2 +-
> pkgs/by-name/rm/rmfakecloud/package.nix              |  2 +-
> pkgs/by-name/tg/tg-archive/package.nix               |  2 +-
> pkgs/by-name/tr/translatelocally/package.nix         |  2 +-
> pkgs/development/python-modules/embrace/default.nix  |  2 +-
> .../python-modules/jupysql-plugin/default.nix        |  2 +-
> pkgs/development/python-modules/jupysql/default.nix  |  2 +-
> .../python-modules/mediafire-dl/default.nix          |  2 +-
> .../python-modules/ploomber-core/default.nix         |  2 +-
> .../python-modules/ploomber-extension/default.nix    |  2 +-
> pkgs/servers/matrix-appservice-discord/default.nix   |  2 +-
> pkgs/shells/fish/plugins/clownfish.nix               |  2 +-
> pkgs/shells/fish/plugins/fishtape.nix                |  2 +-
> pkgs/shells/fish/plugins/fishtape_3.nix              |  2 +-
> pkgs/shells/fish/plugins/fzf-fish.nix                |  2 +-
> pkgs/shells/fish/plugins/pure.nix                    |  2 +-
> 35 files changed, 40 insertions(+), 40 deletions(-)
>
>diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
>index 6d1a823989ea..1012ba0c5c68 100644
>--- a/maintainers/maintainer-list.nix
>+++ b/maintainers/maintainer-list.nix
>@@ -6890,6 +6890,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";
>@@ -16709,12 +16715,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 8a04acb3b7ea..448be7e6a607 100644
>--- a/nixos/modules/programs/msmtp.nix
>+++ b/nixos/modules/programs/msmtp.nix
>@@ -4,7 +4,7 @@ let
>   cfg = config.programs.msmtp;
>
> 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 b355637ff5a0..bcf3e943df41 100644
>--- a/nixos/modules/services/backup/postgresql-wal-receiver.nix
>+++ b/nixos/modules/services/backup/postgresql-wal-receiver.nix
>@@ -193,5 +193,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 9985e49067a9..330139050529 100644
>--- a/nixos/modules/services/mail/stalwart-mail.nix
>+++ b/nixos/modules/services/mail/stalwart-mail.nix
>@@ -167,6 +167,6 @@ in {
>   };
>
>   meta = {
>-    maintainers = with lib.maintainers; [ happysalada pacien onny ];
>+    maintainers = with lib.maintainers; [ happysalada euxane onny ];
>   };
> }
>diff --git a/nixos/modules/services/matrix/appservice-discord.nix b/nixos/modules/services/matrix/appservice-discord.nix
>index cbe265d35944..e7f3cad98490 100644
>--- a/nixos/modules/services/matrix/appservice-discord.nix
>+++ b/nixos/modules/services/matrix/appservice-discord.nix
>@@ -148,5 +148,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 699f5dfa0a2b..026d769a9a2e 100644
>--- a/nixos/modules/services/matrix/mautrix-telegram.nix
>+++ b/nixos/modules/services/matrix/mautrix-telegram.nix
>@@ -189,5 +189,5 @@ in {
>     };
>   };
>
>-  meta.maintainers = with lib.maintainers; [ pacien vskilet ];
>+  meta.maintainers = with lib.maintainers; [ 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 173b4fce4ad5..9f2365931d4e 100644
>--- a/nixos/tests/stalwart-mail.nix
>+++ b/nixos/tests/stalwart-mail.nix
>@@ -115,6 +115,6 @@ in import ./make-test-python.nix ({ lib, ... }: {
>   '';
>
>   meta = {
>-    maintainers = with lib.maintainers; [ happysalada pacien onny ];
>+    maintainers = with lib.maintainers; [ happysalada euxane onny ];
>   };
> })
>diff --git a/pkgs/applications/office/beamerpresenter/default.nix b/pkgs/applications/office/beamerpresenter/default.nix
>index 0d122cfbf3cd..862055309987 100644
>--- a/pkgs/applications/office/beamerpresenter/default.nix
>+++ b/pkgs/applications/office/beamerpresenter/default.nix
>@@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
>     homepage = "https://github.com/stiglers-eponym/BeamerPresenter";
>     license = with licenses; [ agpl3Only gpl3Plus ];
>     platforms = platforms.all;
>-    maintainers = with maintainers; [ pacien dotlambda ];
>+    maintainers = with maintainers; [ euxane dotlambda ];
>     mainProgram = "beamerpresenter";
>   };
> }
>diff --git a/pkgs/applications/version-management/mercurial/default.nix b/pkgs/applications/version-management/mercurial/default.nix
>index fd41363e1650..a1d65c65e706 100644
>--- a/pkgs/applications/version-management/mercurial/default.nix
>+++ b/pkgs/applications/version-management/mercurial/default.nix
>@@ -92,7 +92,7 @@ let
>       downloadPage = "https://www.mercurial-scm.org/release/";
>       changelog = "https://wiki.mercurial-scm.org/Release${versions.majorMinor version}";
>       license = licenses.gpl2Plus;
>-      maintainers = with maintainers; [ lukegb pacien techknowlogick ];
>+      maintainers = with maintainers; [ lukegb euxane techknowlogick ];
>       platforms = platforms.unix;
>       mainProgram = "hg";
>     };
>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 de68a06d896e..332dd3ee8e66 100644
>--- a/pkgs/applications/window-managers/i3/balance-workspace.nix
>+++ b/pkgs/applications/window-managers/i3/balance-workspace.nix
>@@ -18,7 +18,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 68af433f672c..6efe66e4722e 100644
>--- a/pkgs/by-name/gs/gscan2pdf/package.nix
>+++ b/pkgs/by-name/gs/gscan2pdf/package.nix
>@@ -134,7 +134,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 d3a8a4012433..431257ed6b1d 100644
>--- a/pkgs/by-name/hi/hidrd/package.nix
>+++ b/pkgs/by-name/hi/hidrd/package.nix
>@@ -17,7 +17,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 3a261f3e8714..bec462b8b62b 100644
>--- a/pkgs/by-name/ho/howl/package.nix
>+++ b/pkgs/by-name/ho/howl/package.nix
>@@ -29,7 +29,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 9e64441af558..d07715b393d1 100644
>--- a/pkgs/by-name/li/libspf2/package.nix
>+++ b/pkgs/by-name/li/libspf2/package.nix
>@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
>                   "authorization (Helsinki Systems fork)";
>     homepage = "https://github.com/helsinki-systems/libspf2";
>     license = with licenses; [ 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 2307cc54facb..5a3bf7bb8be9 100644
>--- a/pkgs/by-name/md/mdctags/package.nix
>+++ b/pkgs/by-name/md/mdctags/package.nix
>@@ -17,7 +17,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 d2b9f03e51a4..22529f677726 100644
>--- a/pkgs/by-name/pa/pandoc-katex/package.nix
>+++ b/pkgs/by-name/pa/pandoc-katex/package.nix
>@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
>     description = "Pandoc filter to render math equations using KaTeX";
>     homepage = "https://github.com/xu-cheng/pandoc-katex";
>     license = with licenses; [ asl20 /* or */ mit ];
>-    maintainers = with maintainers; [ minijackson pacien ];
>+    maintainers = with maintainers; [ minijackson 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 20da12041805..ed57be578575 100644
>--- a/pkgs/by-name/pu/pure-prompt/package.nix
>+++ b/pkgs/by-name/pu/pure-prompt/package.nix
>@@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
>     homepage = "https://github.com/sindresorhus/pure";
>     license = licenses.mit;
>     platforms = platforms.all;
>-    maintainers = with maintainers; [ pacien pablovsky ];
>+    maintainers = with maintainers; [ 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 4465fa35cbc7..144ea5d3eff6 100644
>--- a/pkgs/by-name/tg/tg-archive/package.nix
>+++ b/pkgs/by-name/tg/tg-archive/package.nix
>@@ -40,7 +40,7 @@ in 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 d99579a5f2a6..290389815bbc 100644
>--- a/pkgs/by-name/tr/translatelocally/package.nix
>+++ b/pkgs/by-name/tr/translatelocally/package.nix
>@@ -73,7 +73,7 @@ in 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 01fa1c0f3163..601631562104 100644
>--- a/pkgs/development/python-modules/jupysql/default.nix
>+++ b/pkgs/development/python-modules/jupysql/default.nix
>@@ -131,6 +131,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 08240c4ecb4e..204ddf08230f 100644
>--- a/pkgs/servers/matrix-appservice-discord/default.nix
>+++ b/pkgs/servers/matrix-appservice-discord/default.nix
>@@ -101,7 +101,7 @@ in 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 90b1f0b86c9c..adf86ce8de5f 100644
>--- a/pkgs/shells/fish/plugins/clownfish.nix
>+++ b/pkgs/shells/fish/plugins/clownfish.nix
>@@ -15,6 +15,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 82f2375d5e3f..14b87c08a191 100644
>--- a/pkgs/shells/fish/plugins/fishtape.nix
>+++ b/pkgs/shells/fish/plugins/fishtape.nix
>@@ -27,6 +27,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 893e6d65ffb3..18d7b7c4af7c 100644
>--- a/pkgs/shells/fish/plugins/fishtape_3.nix
>+++ b/pkgs/shells/fish/plugins/fishtape_3.nix
>@@ -20,6 +20,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 1ad4764c46c5..1fc7485aac9d 100644
>--- a/pkgs/shells/fish/plugins/fzf-fish.nix
>+++ b/pkgs/shells/fish/plugins/fzf-fish.nix
>@@ -40,6 +40,6 @@ buildFishPlugin rec {
>     homepage = "https://github.com/PatrickF1/fzf.fish";
>     changelog = "https://github.com/PatrickF1/fzf.fish/releases/tag/${src.rev}";
>     license = licenses.mit;
>-    maintainers = with maintainers; [ pacien natsukium ];
>+    maintainers = with maintainers; [ euxane natsukium ];
>   };
> }
>diff --git a/pkgs/shells/fish/plugins/pure.nix b/pkgs/shells/fish/plugins/pure.nix
>index 25ea8aea89b8..ad4ea44f35a5 100644
>--- a/pkgs/shells/fish/plugins/pure.nix
>+++ b/pkgs/shells/fish/plugins/pure.nix
>@@ -24,6 +24,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 ];
>   };
> }
>-- 
>2.44.2
>

-- 
Florian Klink

[PATCH v2] maintainers: rename pacien -> euxane, update details

Details
Message ID
<20241212203520.1278915-1-euxane.trangirard@euxane.net>
In-Reply-To
<20241205215823.4152576-1-euxane.trangirard@euxane.net> (view parent)
DKIM signature
pass
Download raw message
Patch: +40 -40
---
 maintainers/maintainer-list.nix                      | 12 ++++++------
 nixos/modules/programs/msmtp.nix                     |  2 +-
 .../services/backup/postgresql-wal-receiver.nix      |  2 +-
 nixos/modules/services/mail/stalwart-mail.nix        |  2 +-
 nixos/modules/services/matrix/appservice-discord.nix |  2 +-
 nixos/modules/services/matrix/mautrix-telegram.nix   |  2 +-
 nixos/modules/services/misc/rmfakecloud.nix          |  2 +-
 nixos/tests/postgresql/postgresql-wal-receiver.nix   |  2 +-
 nixos/tests/stalwart-mail.nix                        |  2 +-
 pkgs/applications/office/beamerpresenter/default.nix |  2 +-
 .../version-management/mercurial/default.nix         |  2 +-
 pkgs/applications/video/mpv/scripts/sponsorblock.nix |  2 +-
 .../window-managers/i3/balance-workspace.nix         |  2 +-
 pkgs/by-name/gs/gscan2pdf/package.nix                |  2 +-
 pkgs/by-name/hi/hidrd/package.nix                    |  2 +-
 pkgs/by-name/ho/howl/package.nix                     |  2 +-
 pkgs/by-name/li/libspf2/package.nix                  |  2 +-
 pkgs/by-name/md/mdctags/package.nix                  |  2 +-
 pkgs/by-name/pa/pandoc-katex/package.nix             |  2 +-
 pkgs/by-name/pu/pure-prompt/package.nix              |  2 +-
 pkgs/by-name/rm/rmfakecloud/package.nix              |  2 +-
 pkgs/by-name/tg/tg-archive/package.nix               |  2 +-
 pkgs/by-name/tr/translatelocally/package.nix         |  2 +-
 pkgs/development/python-modules/embrace/default.nix  |  2 +-
 .../python-modules/jupysql-plugin/default.nix        |  2 +-
 pkgs/development/python-modules/jupysql/default.nix  |  2 +-
 .../python-modules/mediafire-dl/default.nix          |  2 +-
 .../python-modules/ploomber-core/default.nix         |  2 +-
 .../python-modules/ploomber-extension/default.nix    |  2 +-
 pkgs/servers/matrix-appservice-discord/default.nix   |  2 +-
 pkgs/shells/fish/plugins/clownfish.nix               |  2 +-
 pkgs/shells/fish/plugins/fishtape.nix                |  2 +-
 pkgs/shells/fish/plugins/fishtape_3.nix              |  2 +-
 pkgs/shells/fish/plugins/fzf-fish.nix                |  2 +-
 pkgs/shells/fish/plugins/pure.nix                    |  2 +-
 35 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index 2880dc74583f..9fe6940ab722 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -6949,6 +6949,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";
@@ -16873,12 +16879,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 ];
  };
}
-- 
2.47.0

Re: [PATCH v2] maintainers: rename pacien -> euxane, update details

Details
Message ID
<qe6rxquzcqlrrcoovcwony2ifakh57uyr5jlo6pvdaib4g4wfc@tkzutlqcljqr>
In-Reply-To
<20241212203520.1278915-1-euxane.trangirard@euxane.net> (view parent)
DKIM signature
pass
Download raw message
Opened https://github.com/NixOS/nixpkgs/pull/366143.

Re: [PATCH v2] maintainers: rename pacien -> euxane, update details

Details
Message ID
<9af99018-4fc5-4756-bc63-3ce1f82ceb6a@systemli.org>
In-Reply-To
<20241212203520.1278915-1-euxane.trangirard@euxane.net> (view parent)
DKIM signature
pass
Download raw message
Could not be backported automatically. Backporting this change to the 
stable channel may ease backporting changes to the packages you maintain.

See https://github.com/NixOS/nixpkgs/pull/366143#issuecomment-2558229693

Re: [PATCH v2] maintainers: rename pacien -> euxane, update details

Euxane TRAN-GIRARD <euxane.trangirard@euxane.net>
Details
Message ID
<D6IABTUI0OH8.21YT4157SGU11@euxane.net>
In-Reply-To
<20241212203520.1278915-1-euxane.trangirard@euxane.net> (view parent)
DKIM signature
pass
Download raw message
Tracking: merged on nixpkgs/master as 1dabc1f584b9df7a9734154b5ce25a82692b6863
Reply to thread Export thread (mbox)