mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +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;
|
||||
name = "Chris O'Brien";
|
||||
};
|
||||
euxane = {
|
||||
name = "euxane";
|
||||
email = "r9uhdi.nixpkgs@euxane.net";
|
||||
github = "pacien";
|
||||
githubId = 1449319;
|
||||
};
|
||||
evalexpr = {
|
||||
name = "Jonathan Wilkins";
|
||||
email = "nixos@wilkins.tech";
|
||||
|
@ -17037,12 +17043,6 @@
|
|||
githubId = 17091659;
|
||||
name = "Pablo Andres Dealbera";
|
||||
};
|
||||
pacien = {
|
||||
email = "b4gx3q.nixpkgs@pacien.net";
|
||||
github = "pacien";
|
||||
githubId = 1449319;
|
||||
name = "Pacien Tran-Girard";
|
||||
};
|
||||
pacman99 = {
|
||||
email = "pachum99@gmail.com";
|
||||
matrix = "@pachumicchu:myrdd.info";
|
||||
|
|
|
@ -10,7 +10,7 @@ let
|
|||
|
||||
in
|
||||
{
|
||||
meta.maintainers = with lib.maintainers; [ pacien ];
|
||||
meta.maintainers = with lib.maintainers; [ euxane ];
|
||||
|
||||
options = {
|
||||
programs.msmtp = {
|
||||
|
|
|
@ -210,5 +210,5 @@ in
|
|||
) receivers;
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ pacien ];
|
||||
meta.maintainers = with lib.maintainers; [ euxane ];
|
||||
}
|
||||
|
|
|
@ -198,7 +198,7 @@ in
|
|||
meta = {
|
||||
maintainers = with lib.maintainers; [
|
||||
happysalada
|
||||
pacien
|
||||
euxane
|
||||
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; [
|
||||
pacien
|
||||
euxane
|
||||
vskilet
|
||||
];
|
||||
}
|
||||
|
|
|
@ -145,5 +145,5 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ pacien ];
|
||||
meta.maintainers = with lib.maintainers; [ euxane ];
|
||||
}
|
||||
|
|
|
@ -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 =
|
||||
{ ... }:
|
||||
|
|
|
@ -123,7 +123,7 @@ import ./make-test-python.nix (
|
|||
meta = {
|
||||
maintainers = with lib.maintainers; [
|
||||
happysalada
|
||||
pacien
|
||||
euxane
|
||||
onny
|
||||
];
|
||||
};
|
||||
|
|
|
@ -98,7 +98,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [
|
||||
pacien
|
||||
euxane
|
||||
dotlambda
|
||||
];
|
||||
mainProgram = "beamerpresenter";
|
||||
|
|
|
@ -123,7 +123,7 @@ let
|
|||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [
|
||||
lukegb
|
||||
pacien
|
||||
euxane
|
||||
techknowlogick
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
|
|||
];
|
||||
maintainers = with maintainers; [
|
||||
minijackson
|
||||
pacien
|
||||
euxane
|
||||
];
|
||||
mainProgram = "pandoc-katex";
|
||||
};
|
||||
|
|
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [
|
||||
pacien
|
||||
euxane
|
||||
pablovsky
|
||||
];
|
||||
};
|
||||
|
|
|
@ -46,7 +46,7 @@ buildGoModule rec {
|
|||
homepage = "https://ddvk.github.io/rmfakecloud/";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [
|
||||
pacien
|
||||
euxane
|
||||
martinetd
|
||||
];
|
||||
mainProgram = "rmfakecloud";
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue