maintainers: rename pacien -> euxane, update details

euxane 1dabc1f5 4daf7b31

Changed files
+40 -40
maintainers
nixos
pkgs
applications
office
beamerpresenter
version-management
mercurial
video
mpv
window-managers
by-name
gs
gscan2pdf
hi
hidrd
ho
li
libspf2
md
mdctags
pa
pandoc-katex
pu
pure-prompt
rm
rmfakecloud
tg
tg-archive
tr
translatelocally
development
python-modules
embrace
jupysql
jupysql-plugin
mediafire-dl
ploomber-core
ploomber-extension
servers
matrix-appservice-discord
shells
+6 -6
maintainers/maintainer-list.nix
···
githubId = 57543709;
name = "Chris O'Brien";
};
evalexpr = {
name = "Jonathan Wilkins";
email = "nixos@wilkins.tech";
···
github = "Pablo1107";
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";
···
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";
···
github = "Pablo1107";
githubId = 17091659;
name = "Pablo Andres Dealbera";
};
pacman99 = {
email = "pachum99@gmail.com";
+1 -1
nixos/modules/programs/msmtp.nix
···
in
{
-
meta.maintainers = with lib.maintainers; [ pacien ];
options = {
programs.msmtp = {
···
in
{
+
meta.maintainers = with lib.maintainers; [ euxane ];
options = {
programs.msmtp = {
+1 -1
nixos/modules/services/backup/postgresql-wal-receiver.nix
···
) receivers;
};
-
meta.maintainers = with lib.maintainers; [ pacien ];
}
···
) receivers;
};
+
meta.maintainers = with lib.maintainers; [ euxane ];
}
+1 -1
nixos/modules/services/mail/stalwart-mail.nix
···
meta = {
maintainers = with lib.maintainers; [
happysalada
-
pacien
onny
];
};
···
meta = {
maintainers = with lib.maintainers; [
happysalada
+
euxane
onny
];
};
+1 -1
nixos/modules/services/matrix/appservice-discord.nix
···
};
};
-
meta.maintainers = with lib.maintainers; [ pacien ];
}
···
};
};
+
meta.maintainers = with lib.maintainers; [ euxane ];
}
+1 -1
nixos/modules/services/matrix/mautrix-telegram.nix
···
};
meta.maintainers = with lib.maintainers; [
-
pacien
vskilet
];
}
···
};
meta.maintainers = with lib.maintainers; [
+
euxane
vskilet
];
}
+1 -1
nixos/modules/services/misc/rmfakecloud.nix
···
};
};
-
meta.maintainers = with lib.maintainers; [ pacien ];
}
···
};
};
+
meta.maintainers = with lib.maintainers; [ euxane ];
}
+1 -1
nixos/tests/postgresql/postgresql-wal-receiver.nix
···
in
makeTest {
name = "postgresql-wal-receiver-${package.name}";
-
meta.maintainers = with lib.maintainers; [ pacien ];
nodes.machine =
{ ... }:
···
in
makeTest {
name = "postgresql-wal-receiver-${package.name}";
+
meta.maintainers = with lib.maintainers; [ euxane ];
nodes.machine =
{ ... }:
+1 -1
nixos/tests/stalwart-mail.nix
···
meta = {
maintainers = with lib.maintainers; [
happysalada
-
pacien
onny
];
};
···
meta = {
maintainers = with lib.maintainers; [
happysalada
+
euxane
onny
];
};
+1 -1
pkgs/applications/office/beamerpresenter/default.nix
···
];
platforms = platforms.all;
maintainers = with maintainers; [
-
pacien
dotlambda
];
mainProgram = "beamerpresenter";
···
];
platforms = platforms.all;
maintainers = with maintainers; [
+
euxane
dotlambda
];
mainProgram = "beamerpresenter";
+1 -1
pkgs/applications/version-management/mercurial/default.nix
···
license = licenses.gpl2Plus;
maintainers = with maintainers; [
lukegb
-
pacien
techknowlogick
];
platforms = platforms.unix;
···
license = licenses.gpl2Plus;
maintainers = with maintainers; [
lukegb
+
euxane
techknowlogick
];
platforms = platforms.unix;
+1 -1
pkgs/applications/video/mpv/scripts/sponsorblock.nix
···
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 ];
};
}
···
description = "Script for mpv to skip sponsored segments of YouTube videos";
homepage = "https://github.com/po5/mpv_sponsorblock";
license = licenses.gpl3;
+
maintainers = with maintainers; [ euxane ];
};
}
+1 -1
pkgs/applications/window-managers/i3/balance-workspace.nix
···
description = "Balance windows and workspaces in i3wm";
homepage = "https://pypi.org/project/i3-balance-workspace/";
license = lib.licenses.mit;
-
maintainers = with lib.maintainers; [ pacien ];
mainProgram = "i3_balance_workspace";
};
}
···
description = "Balance windows and workspaces in i3wm";
homepage = "https://pypi.org/project/i3-balance-workspace/";
license = lib.licenses.mit;
+
maintainers = with lib.maintainers; [ euxane ];
mainProgram = "i3_balance_workspace";
};
}
+1 -1
pkgs/by-name/gs/gscan2pdf/package.nix
···
description = "GUI to produce PDFs or DjVus from scanned documents";
homepage = "https://gscan2pdf.sourceforge.net/";
license = licenses.gpl3;
-
maintainers = with maintainers; [ pacien ];
mainProgram = "gscan2pdf";
};
}
···
description = "GUI to produce PDFs or DjVus from scanned documents";
homepage = "https://gscan2pdf.sourceforge.net/";
license = licenses.gpl3;
+
maintainers = with maintainers; [ euxane ];
mainProgram = "gscan2pdf";
};
}
+1 -1
pkgs/by-name/hi/hidrd/package.nix
···
description = "HID report descriptor I/O library and conversion tool";
homepage = "https://github.com/DIGImend/hidrd";
license = licenses.gpl2Plus;
-
maintainers = with maintainers; [ pacien ];
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";
···
description = "HID report descriptor I/O library and conversion tool";
homepage = "https://github.com/DIGImend/hidrd";
license = licenses.gpl2Plus;
+
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";
+1 -1
pkgs/by-name/ho/howl/package.nix
···
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 ];
mainProgram = "howl";
# LuaJIT and Howl builds fail for x86_64-darwin and aarch64-linux respectively
···
homepage = "https://howl.io/";
description = "General purpose, fast and lightweight editor with a keyboard-centric minimalistic user interface";
license = licenses.mit;
+
maintainers = with maintainers; [ euxane ];
mainProgram = "howl";
# LuaJIT and Howl builds fail for x86_64-darwin and aarch64-linux respectively
+1 -1
pkgs/by-name/li/libspf2/package.nix
···
lgpl21Plus
bsd2
];
-
maintainers = with maintainers; [ pacien ] ++ teams.helsinki-systems.members;
platforms = platforms.all;
};
}
···
lgpl21Plus
bsd2
];
+
maintainers = with maintainers; [ euxane ] ++ teams.helsinki-systems.members;
platforms = platforms.all;
};
}
+1 -1
pkgs/by-name/md/mdctags/package.nix
···
description = "tags for markdown file";
homepage = "https://github.com/wsdjeg/mdctags.rs";
license = lib.licenses.mit;
-
maintainers = with lib.maintainers; [ pacien ];
mainProgram = "mdctags";
};
}
···
description = "tags for markdown file";
homepage = "https://github.com/wsdjeg/mdctags.rs";
license = lib.licenses.mit;
+
maintainers = with lib.maintainers; [ euxane ];
mainProgram = "mdctags";
};
}
+1 -1
pkgs/by-name/pa/pandoc-katex/package.nix
···
];
maintainers = with maintainers; [
minijackson
-
pacien
];
mainProgram = "pandoc-katex";
};
···
];
maintainers = with maintainers; [
minijackson
+
euxane
];
mainProgram = "pandoc-katex";
};
+1 -1
pkgs/by-name/pu/pure-prompt/package.nix
···
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [
-
pacien
pablovsky
];
};
···
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [
+
euxane
pablovsky
];
};
+1 -1
pkgs/by-name/rm/rmfakecloud/package.nix
···
homepage = "https://ddvk.github.io/rmfakecloud/";
license = licenses.agpl3Only;
maintainers = with maintainers; [
-
pacien
martinetd
];
mainProgram = "rmfakecloud";
···
homepage = "https://ddvk.github.io/rmfakecloud/";
license = licenses.agpl3Only;
maintainers = with maintainers; [
+
euxane
martinetd
];
mainProgram = "rmfakecloud";
+1 -1
pkgs/by-name/tg/tg-archive/package.nix
···
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 ];
mainProgram = "tg-archive";
};
}
···
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; [ euxane ];
mainProgram = "tg-archive";
};
}
+1 -1
pkgs/by-name/tr/translatelocally/package.nix
···
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 ];
platforms = platforms.linux;
};
})
···
homepage = "https://translatelocally.com/";
description = "Fast and secure translation on your local machine, powered by marian and Bergamot";
license = licenses.mit;
+
maintainers = with maintainers; [ euxane ];
platforms = platforms.linux;
};
})
+1 -1
pkgs/development/python-modules/embrace/default.nix
···
description = "Embrace SQL keeps your SQL queries in SQL files";
homepage = "https://pypi.org/project/embrace/";
license = licenses.asl20;
-
maintainers = with maintainers; [ pacien ];
};
}
···
description = "Embrace SQL keeps your SQL queries in SQL files";
homepage = "https://pypi.org/project/embrace/";
license = licenses.asl20;
+
maintainers = with maintainers; [ euxane ];
};
}
+1 -1
pkgs/development/python-modules/jupysql-plugin/default.nix
···
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 ];
};
}
···
homepage = "https://github.com/ploomber/jupysql-plugin";
changelog = "https://github.com/ploomber/jupysql-plugin/blob/${version}/CHANGELOG.md";
license = licenses.bsd3;
+
maintainers = with maintainers; [ euxane ];
};
}
+1 -1
pkgs/development/python-modules/jupysql/default.nix
···
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 ];
};
}
···
homepage = "https://github.com/ploomber/jupysql";
changelog = "https://github.com/ploomber/jupysql/blob/${version}/CHANGELOG.md";
license = lib.licenses.asl20;
+
maintainers = with lib.maintainers; [ euxane ];
};
}
+1 -1
pkgs/development/python-modules/mediafire-dl/default.nix
···
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 ];
mainProgram = "mediafire-dl";
};
}
···
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; [ euxane ];
mainProgram = "mediafire-dl";
};
}
+1 -1
pkgs/development/python-modules/ploomber-core/default.nix
···
homepage = "https://github.com/ploomber/core";
changelog = "https://github.com/ploomber/core/blob/${version}/CHANGELOG.md";
license = licenses.asl20;
-
maintainers = with maintainers; [ pacien ];
};
}
···
homepage = "https://github.com/ploomber/core";
changelog = "https://github.com/ploomber/core/blob/${version}/CHANGELOG.md";
license = licenses.asl20;
+
maintainers = with maintainers; [ euxane ];
};
}
+1 -1
pkgs/development/python-modules/ploomber-extension/default.nix
···
description = "Ploomber extension";
homepage = "https://pypi.org/project/ploomber-extension";
license = licenses.bsd3;
-
maintainers = with maintainers; [ pacien ];
};
}
···
description = "Ploomber extension";
homepage = "https://pypi.org/project/ploomber-extension";
license = licenses.bsd3;
+
maintainers = with maintainers; [ euxane ];
};
}
+1 -1
pkgs/servers/matrix-appservice-discord/default.nix
···
description = "Bridge between Matrix and Discord";
homepage = "https://github.com/Half-Shot/matrix-appservice-discord";
license = lib.licenses.asl20;
-
maintainers = with lib.maintainers; [ pacien ];
platforms = lib.platforms.linux;
mainProgram = "matrix-appservice-discord";
};
···
description = "Bridge between Matrix and Discord";
homepage = "https://github.com/Half-Shot/matrix-appservice-discord";
license = lib.licenses.asl20;
+
maintainers = with lib.maintainers; [ euxane ];
platforms = lib.platforms.linux;
mainProgram = "matrix-appservice-discord";
};
+1 -1
pkgs/shells/fish/plugins/clownfish.nix
···
description = "Fish function to mock the behaviour of commands";
homepage = "https://github.com/IlanCosman/clownfish";
license = licenses.mit;
-
maintainers = with maintainers; [ pacien ];
};
}
···
description = "Fish function to mock the behaviour of commands";
homepage = "https://github.com/IlanCosman/clownfish";
license = licenses.mit;
+
maintainers = with maintainers; [ euxane ];
};
}
+1 -1
pkgs/shells/fish/plugins/fishtape.nix
···
description = "TAP-based test runner for Fish";
homepage = "https://github.com/jorgebucaran/fishtape";
license = lib.licenses.mit;
-
maintainers = with lib.maintainers; [ pacien ];
};
}
···
description = "TAP-based test runner for Fish";
homepage = "https://github.com/jorgebucaran/fishtape";
license = lib.licenses.mit;
+
maintainers = with lib.maintainers; [ euxane ];
};
}
+1 -1
pkgs/shells/fish/plugins/fishtape_3.nix
···
description = "100% pure-Fish test runner";
homepage = "https://github.com/jorgebucaran/fishtape";
license = licenses.mit;
-
maintainers = with maintainers; [ pacien ];
};
}
···
description = "100% pure-Fish test runner";
homepage = "https://github.com/jorgebucaran/fishtape";
license = licenses.mit;
+
maintainers = with maintainers; [ euxane ];
};
}
+1 -1
pkgs/shells/fish/plugins/fzf-fish.nix
···
changelog = "https://github.com/PatrickF1/fzf.fish/releases/tag/${src.rev}";
license = licenses.mit;
maintainers = with maintainers; [
-
pacien
natsukium
];
};
···
changelog = "https://github.com/PatrickF1/fzf.fish/releases/tag/${src.rev}";
license = licenses.mit;
maintainers = with maintainers; [
+
euxane
natsukium
];
};
+1 -1
pkgs/shells/fish/plugins/pure.nix
···
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 ];
};
}
···
description = "Pretty, minimal and fast Fish prompt, ported from zsh";
homepage = "https://github.com/rafaelrinaldi/pure";
license = lib.licenses.mit;
+
maintainers = with lib.maintainers; [ euxane ];
};
}