mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
maintainers: rename pacien -> euxane, update details
This commit is contained in:
parent
4daf7b31d5
commit
1dabc1f584
35 changed files with 40 additions and 40 deletions
|
@ -6997,6 +6997,12 @@
|
||||||
githubId = 57543709;
|
githubId = 57543709;
|
||||||
name = "Chris O'Brien";
|
name = "Chris O'Brien";
|
||||||
};
|
};
|
||||||
|
euxane = {
|
||||||
|
name = "euxane";
|
||||||
|
email = "r9uhdi.nixpkgs@euxane.net";
|
||||||
|
github = "pacien";
|
||||||
|
githubId = 1449319;
|
||||||
|
};
|
||||||
evalexpr = {
|
evalexpr = {
|
||||||
name = "Jonathan Wilkins";
|
name = "Jonathan Wilkins";
|
||||||
email = "nixos@wilkins.tech";
|
email = "nixos@wilkins.tech";
|
||||||
|
@ -17037,12 +17043,6 @@
|
||||||
githubId = 17091659;
|
githubId = 17091659;
|
||||||
name = "Pablo Andres Dealbera";
|
name = "Pablo Andres Dealbera";
|
||||||
};
|
};
|
||||||
pacien = {
|
|
||||||
email = "b4gx3q.nixpkgs@pacien.net";
|
|
||||||
github = "pacien";
|
|
||||||
githubId = 1449319;
|
|
||||||
name = "Pacien Tran-Girard";
|
|
||||||
};
|
|
||||||
pacman99 = {
|
pacman99 = {
|
||||||
email = "pachum99@gmail.com";
|
email = "pachum99@gmail.com";
|
||||||
matrix = "@pachumicchu:myrdd.info";
|
matrix = "@pachumicchu:myrdd.info";
|
||||||
|
|
|
@ -10,7 +10,7 @@ let
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
meta.maintainers = with lib.maintainers; [ pacien ];
|
meta.maintainers = with lib.maintainers; [ euxane ];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
programs.msmtp = {
|
programs.msmtp = {
|
||||||
|
|
|
@ -210,5 +210,5 @@ in
|
||||||
) receivers;
|
) receivers;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta.maintainers = with lib.maintainers; [ pacien ];
|
meta.maintainers = with lib.maintainers; [ euxane ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -198,7 +198,7 @@ in
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
happysalada
|
happysalada
|
||||||
pacien
|
euxane
|
||||||
onny
|
onny
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -159,5 +159,5 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta.maintainers = with lib.maintainers; [ pacien ];
|
meta.maintainers = with lib.maintainers; [ euxane ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -200,7 +200,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
meta.maintainers = with lib.maintainers; [
|
meta.maintainers = with lib.maintainers; [
|
||||||
pacien
|
euxane
|
||||||
vskilet
|
vskilet
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -145,5 +145,5 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta.maintainers = with lib.maintainers; [ pacien ];
|
meta.maintainers = with lib.maintainers; [ euxane ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,7 @@ let
|
||||||
in
|
in
|
||||||
makeTest {
|
makeTest {
|
||||||
name = "postgresql-wal-receiver-${package.name}";
|
name = "postgresql-wal-receiver-${package.name}";
|
||||||
meta.maintainers = with lib.maintainers; [ pacien ];
|
meta.maintainers = with lib.maintainers; [ euxane ];
|
||||||
|
|
||||||
nodes.machine =
|
nodes.machine =
|
||||||
{ ... }:
|
{ ... }:
|
||||||
|
|
|
@ -123,7 +123,7 @@ import ./make-test-python.nix (
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
happysalada
|
happysalada
|
||||||
pacien
|
euxane
|
||||||
onny
|
onny
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -98,7 +98,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
pacien
|
euxane
|
||||||
dotlambda
|
dotlambda
|
||||||
];
|
];
|
||||||
mainProgram = "beamerpresenter";
|
mainProgram = "beamerpresenter";
|
||||||
|
|
|
@ -123,7 +123,7 @@ let
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
lukegb
|
lukegb
|
||||||
pacien
|
euxane
|
||||||
techknowlogick
|
techknowlogick
|
||||||
];
|
];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
|
|
@ -47,6 +47,6 @@ buildLua {
|
||||||
description = "Script for mpv to skip sponsored segments of YouTube videos";
|
description = "Script for mpv to skip sponsored segments of YouTube videos";
|
||||||
homepage = "https://github.com/po5/mpv_sponsorblock";
|
homepage = "https://github.com/po5/mpv_sponsorblock";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ pacien ];
|
maintainers = with maintainers; [ euxane ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||||
description = "Balance windows and workspaces in i3wm";
|
description = "Balance windows and workspaces in i3wm";
|
||||||
homepage = "https://pypi.org/project/i3-balance-workspace/";
|
homepage = "https://pypi.org/project/i3-balance-workspace/";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ pacien ];
|
maintainers = with lib.maintainers; [ euxane ];
|
||||||
mainProgram = "i3_balance_workspace";
|
mainProgram = "i3_balance_workspace";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -161,7 +161,7 @@ perlPackages.buildPerlPackage rec {
|
||||||
description = "GUI to produce PDFs or DjVus from scanned documents";
|
description = "GUI to produce PDFs or DjVus from scanned documents";
|
||||||
homepage = "https://gscan2pdf.sourceforge.net/";
|
homepage = "https://gscan2pdf.sourceforge.net/";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ pacien ];
|
maintainers = with maintainers; [ euxane ];
|
||||||
mainProgram = "gscan2pdf";
|
mainProgram = "gscan2pdf";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||||
description = "HID report descriptor I/O library and conversion tool";
|
description = "HID report descriptor I/O library and conversion tool";
|
||||||
homepage = "https://github.com/DIGImend/hidrd";
|
homepage = "https://github.com/DIGImend/hidrd";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ pacien ];
|
maintainers = with maintainers; [ euxane ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/hidrd.x86_64-darwin
|
broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/hidrd.x86_64-darwin
|
||||||
mainProgram = "hidrd-convert";
|
mainProgram = "hidrd-convert";
|
||||||
|
|
|
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://howl.io/";
|
homepage = "https://howl.io/";
|
||||||
description = "General purpose, fast and lightweight editor with a keyboard-centric minimalistic user interface";
|
description = "General purpose, fast and lightweight editor with a keyboard-centric minimalistic user interface";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ pacien ];
|
maintainers = with maintainers; [ euxane ];
|
||||||
mainProgram = "howl";
|
mainProgram = "howl";
|
||||||
|
|
||||||
# LuaJIT and Howl builds fail for x86_64-darwin and aarch64-linux respectively
|
# LuaJIT and Howl builds fail for x86_64-darwin and aarch64-linux respectively
|
||||||
|
|
|
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||||
lgpl21Plus
|
lgpl21Plus
|
||||||
bsd2
|
bsd2
|
||||||
];
|
];
|
||||||
maintainers = with maintainers; [ pacien ] ++ teams.helsinki-systems.members;
|
maintainers = with maintainers; [ euxane ] ++ teams.helsinki-systems.members;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@ rustPlatform.buildRustPackage {
|
||||||
description = "tags for markdown file";
|
description = "tags for markdown file";
|
||||||
homepage = "https://github.com/wsdjeg/mdctags.rs";
|
homepage = "https://github.com/wsdjeg/mdctags.rs";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ pacien ];
|
maintainers = with lib.maintainers; [ euxane ];
|
||||||
mainProgram = "mdctags";
|
mainProgram = "mdctags";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
];
|
];
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
minijackson
|
minijackson
|
||||||
pacien
|
euxane
|
||||||
];
|
];
|
||||||
mainProgram = "pandoc-katex";
|
mainProgram = "pandoc-katex";
|
||||||
};
|
};
|
||||||
|
|
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
pacien
|
euxane
|
||||||
pablovsky
|
pablovsky
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -46,7 +46,7 @@ buildGoModule rec {
|
||||||
homepage = "https://ddvk.github.io/rmfakecloud/";
|
homepage = "https://ddvk.github.io/rmfakecloud/";
|
||||||
license = licenses.agpl3Only;
|
license = licenses.agpl3Only;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
pacien
|
euxane
|
||||||
martinetd
|
martinetd
|
||||||
];
|
];
|
||||||
mainProgram = "rmfakecloud";
|
mainProgram = "rmfakecloud";
|
||||||
|
|
|
@ -42,7 +42,7 @@ python3.pkgs.buildPythonApplication {
|
||||||
description = "A tool for exporting Telegram group chats into static websites like mailing list archives";
|
description = "A tool for exporting Telegram group chats into static websites like mailing list archives";
|
||||||
homepage = "https://github.com/knadh/tg-archive";
|
homepage = "https://github.com/knadh/tg-archive";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ pacien ];
|
maintainers = with lib.maintainers; [ euxane ];
|
||||||
mainProgram = "tg-archive";
|
mainProgram = "tg-archive";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -88,7 +88,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
homepage = "https://translatelocally.com/";
|
homepage = "https://translatelocally.com/";
|
||||||
description = "Fast and secure translation on your local machine, powered by marian and Bergamot";
|
description = "Fast and secure translation on your local machine, powered by marian and Bergamot";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ pacien ];
|
maintainers = with maintainers; [ euxane ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -41,6 +41,6 @@ buildPythonPackage rec {
|
||||||
description = "Embrace SQL keeps your SQL queries in SQL files";
|
description = "Embrace SQL keeps your SQL queries in SQL files";
|
||||||
homepage = "https://pypi.org/project/embrace/";
|
homepage = "https://pypi.org/project/embrace/";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ pacien ];
|
maintainers = with maintainers; [ euxane ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,6 +43,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/ploomber/jupysql-plugin";
|
homepage = "https://github.com/ploomber/jupysql-plugin";
|
||||||
changelog = "https://github.com/ploomber/jupysql-plugin/blob/${version}/CHANGELOG.md";
|
changelog = "https://github.com/ploomber/jupysql-plugin/blob/${version}/CHANGELOG.md";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ pacien ];
|
maintainers = with maintainers; [ euxane ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -134,6 +134,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/ploomber/jupysql";
|
homepage = "https://github.com/ploomber/jupysql";
|
||||||
changelog = "https://github.com/ploomber/jupysql/blob/${version}/CHANGELOG.md";
|
changelog = "https://github.com/ploomber/jupysql/blob/${version}/CHANGELOG.md";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [ pacien ];
|
maintainers = with lib.maintainers; [ euxane ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,7 +30,7 @@ buildPythonPackage {
|
||||||
description = "Simple command-line script to download files from mediafire based on gdown";
|
description = "Simple command-line script to download files from mediafire based on gdown";
|
||||||
homepage = "https://github.com/Juvenal-Yescas/mediafire-dl";
|
homepage = "https://github.com/Juvenal-Yescas/mediafire-dl";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ pacien ];
|
maintainers = with maintainers; [ euxane ];
|
||||||
mainProgram = "mediafire-dl";
|
mainProgram = "mediafire-dl";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,6 +44,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/ploomber/core";
|
homepage = "https://github.com/ploomber/core";
|
||||||
changelog = "https://github.com/ploomber/core/blob/${version}/CHANGELOG.md";
|
changelog = "https://github.com/ploomber/core/blob/${version}/CHANGELOG.md";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ pacien ];
|
maintainers = with maintainers; [ euxane ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,6 +46,6 @@ buildPythonPackage rec {
|
||||||
description = "Ploomber extension";
|
description = "Ploomber extension";
|
||||||
homepage = "https://pypi.org/project/ploomber-extension";
|
homepage = "https://pypi.org/project/ploomber-extension";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ pacien ];
|
maintainers = with maintainers; [ euxane ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -103,7 +103,7 @@ mkYarnPackage rec {
|
||||||
description = "Bridge between Matrix and Discord";
|
description = "Bridge between Matrix and Discord";
|
||||||
homepage = "https://github.com/Half-Shot/matrix-appservice-discord";
|
homepage = "https://github.com/Half-Shot/matrix-appservice-discord";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [ pacien ];
|
maintainers = with lib.maintainers; [ euxane ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
mainProgram = "matrix-appservice-discord";
|
mainProgram = "matrix-appservice-discord";
|
||||||
};
|
};
|
||||||
|
|
|
@ -19,6 +19,6 @@ buildFishPlugin {
|
||||||
description = "Fish function to mock the behaviour of commands";
|
description = "Fish function to mock the behaviour of commands";
|
||||||
homepage = "https://github.com/IlanCosman/clownfish";
|
homepage = "https://github.com/IlanCosman/clownfish";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ pacien ];
|
maintainers = with maintainers; [ euxane ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,6 +31,6 @@ buildFishPlugin rec {
|
||||||
description = "TAP-based test runner for Fish";
|
description = "TAP-based test runner for Fish";
|
||||||
homepage = "https://github.com/jorgebucaran/fishtape";
|
homepage = "https://github.com/jorgebucaran/fishtape";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ pacien ];
|
maintainers = with lib.maintainers; [ euxane ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,6 +24,6 @@ buildFishPlugin rec {
|
||||||
description = "100% pure-Fish test runner";
|
description = "100% pure-Fish test runner";
|
||||||
homepage = "https://github.com/jorgebucaran/fishtape";
|
homepage = "https://github.com/jorgebucaran/fishtape";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ pacien ];
|
maintainers = with maintainers; [ euxane ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -64,7 +64,7 @@ buildFishPlugin rec {
|
||||||
changelog = "https://github.com/PatrickF1/fzf.fish/releases/tag/${src.rev}";
|
changelog = "https://github.com/PatrickF1/fzf.fish/releases/tag/${src.rev}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
pacien
|
euxane
|
||||||
natsukium
|
natsukium
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -30,6 +30,6 @@ buildFishPlugin rec {
|
||||||
description = "Pretty, minimal and fast Fish prompt, ported from zsh";
|
description = "Pretty, minimal and fast Fish prompt, ported from zsh";
|
||||||
homepage = "https://github.com/rafaelrinaldi/pure";
|
homepage = "https://github.com/rafaelrinaldi/pure";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ pacien ];
|
maintainers = with lib.maintainers; [ euxane ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue