Skip to content

Commit

Permalink
maintainers: rename pacien -> euxane, update details
Browse files Browse the repository at this point in the history
  • Loading branch information
pacien authored and sternenseemann committed Dec 21, 2024
1 parent 4daf7b3 commit 1dabc1f
Show file tree
Hide file tree
Showing 35 changed files with 40 additions and 40 deletions.
12 changes: 6 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6997,6 +6997,12 @@
githubId = 57543709;
name = "Chris O'Brien";
};
euxane = {
name = "euxane";
email = "[email protected]";
github = "pacien";
githubId = 1449319;
};
evalexpr = {
name = "Jonathan Wilkins";
email = "[email protected]";
Expand Down Expand Up @@ -17037,12 +17043,6 @@
githubId = 17091659;
name = "Pablo Andres Dealbera";
};
pacien = {
email = "[email protected]";
github = "pacien";
githubId = 1449319;
name = "Pacien Tran-Girard";
};
pacman99 = {
email = "[email protected]";
matrix = "@pachumicchu:myrdd.info";
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/programs/msmtp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let

in
{
meta.maintainers = with lib.maintainers; [ pacien ];
meta.maintainers = with lib.maintainers; [ euxane ];

options = {
programs.msmtp = {
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/backup/postgresql-wal-receiver.nix
Original file line number Diff line number Diff line change
Expand Up @@ -210,5 +210,5 @@ in
) receivers;
};

meta.maintainers = with lib.maintainers; [ pacien ];
meta.maintainers = with lib.maintainers; [ euxane ];
}
2 changes: 1 addition & 1 deletion nixos/modules/services/mail/stalwart-mail.nix
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ in
meta = {
maintainers = with lib.maintainers; [
happysalada
pacien
euxane
onny
];
};
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/matrix/appservice-discord.nix
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,5 @@ in
};
};

meta.maintainers = with lib.maintainers; [ pacien ];
meta.maintainers = with lib.maintainers; [ euxane ];
}
2 changes: 1 addition & 1 deletion nixos/modules/services/matrix/mautrix-telegram.nix
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ in
};

meta.maintainers = with lib.maintainers; [
pacien
euxane
vskilet
];
}
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/rmfakecloud.nix
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ in
};
};

meta.maintainers = with lib.maintainers; [ pacien ];
meta.maintainers = with lib.maintainers; [ euxane ];
}
2 changes: 1 addition & 1 deletion nixos/tests/postgresql/postgresql-wal-receiver.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
{ ... }:
Expand Down
2 changes: 1 addition & 1 deletion nixos/tests/stalwart-mail.nix
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ import ./make-test-python.nix (
meta = {
maintainers = with lib.maintainers; [
happysalada
pacien
euxane
onny
];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/office/beamerpresenter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ stdenv.mkDerivation rec {
];
platforms = platforms.all;
maintainers = with maintainers; [
pacien
euxane
dotlambda
];
mainProgram = "beamerpresenter";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/mercurial/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ let
license = licenses.gpl2Plus;
maintainers = with maintainers; [
lukegb
pacien
euxane
techknowlogick
];
platforms = platforms.unix;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/video/mpv/scripts/sponsorblock.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/window-managers/i3/balance-workspace.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/gs/gscan2pdf/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/hi/hidrd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ho/howl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/li/libspf2/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/md/mdctags/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/pa/pandoc-katex/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
];
maintainers = with maintainers; [
minijackson
pacien
euxane
];
mainProgram = "pandoc-katex";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/pu/pure-prompt/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [
pacien
euxane
pablovsky
];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/rm/rmfakecloud/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ buildGoModule rec {
homepage = "https://ddvk.github.io/rmfakecloud/";
license = licenses.agpl3Only;
maintainers = with maintainers; [
pacien
euxane
martinetd
];
mainProgram = "rmfakecloud";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/tg/tg-archive/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/tr/translatelocally/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
})
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/embrace/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/jupysql-plugin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/jupysql/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/mediafire-dl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/ploomber-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/servers/matrix-appservice-discord/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/shells/fish/plugins/clownfish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/shells/fish/plugins/fishtape.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/shells/fish/plugins/fishtape_3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/shells/fish/plugins/fzf-fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/shells/fish/plugins/pure.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit 1dabc1f

Please sign in to comment.