Skip to content

Commit

Permalink
maintainers: remove eclairevoyant (#341075)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Sep 11, 2024
2 parents e5d8f73 + 49f7e34 commit 61235dc
Show file tree
Hide file tree
Showing 40 changed files with 31 additions and 45 deletions.
6 changes: 0 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5813,12 +5813,6 @@
githubId = 8146736;
name = "Florentin Eckl";
};
eclairevoyant = {
email = "[email protected]";
github = "eclairevoyant";
githubId = 848000;
name = "éclairevoyant";
};
edanaher = {
email = "[email protected]";
github = "edanaher";
Expand Down
1 change: 0 additions & 1 deletion maintainers/team-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,6 @@ with lib.maintainers;
steam = {
members = [
atemu
eclairevoyant
k900
mkg20001
];
Expand Down
2 changes: 1 addition & 1 deletion nixos/tests/swayfx.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import ./make-test-python.nix (
{
name = "swayfx";
meta = {
maintainers = with lib.maintainers; [ eclairevoyant ];
maintainers = with lib.maintainers; [ ];
};

# testScriptWithTypes:49: error: Cannot call function of unknown type
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/openbangla-keyboard/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
mainProgram = "openbangla-gui";
homepage = "https://openbangla.github.io/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ eclairevoyant hqurve ];
maintainers = with lib.maintainers; [ hqurve ];
platforms = lib.platforms.linux;
# never built on aarch64-linux since first introduction in nixpkgs
broken = stdenv.isLinux && stdenv.isAarch64;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/redshift/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ rec {
+ lib.removePrefix "Redshift" redshift.meta.longDescription;
homepage = "https://gitlab.com/chinstrap/gammastep";
mainProgram = "gammastep";
maintainers = (with lib.maintainers; [ eclairevoyant primeos ]) ++ redshift.meta.maintainers;
maintainers = (with lib.maintainers; [ primeos ]) ++ redshift.meta.maintainers;
};
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/sunwait/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Calculates sunrise or sunset times with civil, nautical, astronomical and custom twilights";
homepage = "https://github.com/risacher/sunwait";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ eclairevoyant ];
maintainers = with lib.maintainers; [ ];
mainProgram = "sunwait";
platforms = lib.platforms.all;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/dropbox/cli.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ stdenv.mkDerivation {
description = "Command line client for the dropbox daemon";
license = lib.licenses.gpl3Plus;
mainProgram = "dropbox";
maintainers = with lib.maintainers; [ eclairevoyant ];
maintainers = with lib.maintainers; [ ];
# NOTE: Dropbox itself only works on linux, so this is ok.
platforms = lib.platforms.linux;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/dropbox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ buildFHSEnv {
description = "Online stored folders (daemon version)";
homepage = "http://www.dropbox.com/";
license = licenses.unfree;
maintainers = with maintainers; [ eclairevoyant ttuegel ];
maintainers = with maintainers; [ ttuegel ];
platforms = [ "i686-linux" "x86_64-linux" ];
mainProgram = "dropbox";
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ stdenv.mkDerivation rec {
lib.licenses.free
];
maintainers = with lib.maintainers; [
eclairevoyant
mic92
equirosa
urandom
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/video/obs-studio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ stdenv.mkDerivation (finalAttrs: {
video content, efficiently
'';
homepage = "https://obsproject.com";
maintainers = with maintainers; [ eclairevoyant jb55 materus fpletz ];
maintainers = with maintainers; [ jb55 materus fpletz ];
license = with licenses; [ gpl2Plus ] ++ optional withFdk fraunhofer-fdk;
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ];
mainProgram = "obs";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/an/ansel/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ stdenv.mkDerivation {
description = "Darktable fork minus the bloat plus some design vision";
homepage = "https://ansel.photos/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ eclairevoyant ];
maintainers = with lib.maintainers; [ ];
mainProgram = "ansel";
platforms = lib.platforms.linux;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/an/anyrun/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ rustPlatform.buildRustPackage rec {
description = "Wayland-native, highly customizable runner";
homepage = "https://github.com/kirottu/anyrun";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ eclairevoyant NotAShelf ];
maintainers = with lib.maintainers; [ NotAShelf ];
mainProgram = "anyrun";
};
}
1 change: 0 additions & 1 deletion pkgs/by-name/ch/chrysalis/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ appimageTools.wrapType2 {
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
aw
eclairevoyant
nshalman
];
platforms = [ "x86_64-linux" ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/co/connman/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://git.kernel.org/pub/scm/network/connman/connman.git/about/";
license = lib.licenses.gpl2Only;
mainProgram = "connmanctl";
maintainers = with lib.maintainers; [ eclairevoyant AndersonTorres ];
maintainers = with lib.maintainers; [ AndersonTorres ];
platforms = lib.platforms.linux;
};
})
2 changes: 1 addition & 1 deletion pkgs/by-name/co/converseen/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://converseen.fasterland.net/";
changelog = "https://github.com/Faster3ck/Converseen/blob/${finalAttrs.src.rev}/CHANGELOG";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ eclairevoyant ];
maintainers = with lib.maintainers; [ ];
mainProgram = "converseen";
platforms = lib.platforms.all;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/di/discordchatexporter-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ buildDotnetModule rec {
homepage = "https://github.com/Tyrrrz/DiscordChatExporter";
license = licenses.gpl3Plus;
changelog = "https://github.com/Tyrrrz/DiscordChatExporter/blob/${version}/Changelog.md";
maintainers = with maintainers; [ eclairevoyant ];
maintainers = with maintainers; [ ];
platforms = [ "x86_64-linux" ];
mainProgram = "discordchatexporter-cli";
};
Expand Down
1 change: 0 additions & 1 deletion pkgs/by-name/ew/eww/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ rustPlatform.buildRustPackage rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
coffeeispower
eclairevoyant
figsoda
lom
w-lfchen
Expand Down
1 change: 0 additions & 1 deletion pkgs/by-name/fi/fireplace/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ stdenv.mkDerivation {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
multivac61
eclairevoyant
];
mainProgram = "fireplace";
platforms = lib.platforms.all;
Expand Down
1 change: 0 additions & 1 deletion pkgs/by-name/fn/fnott/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ stdenv.mkDerivation (finalAttrs: {
license = with lib.licenses; [ mit zlib ];
maintainers = with lib.maintainers; [
jmbaur
eclairevoyant
];
mainProgram = "fnott";
platforms = lib.platforms.linux;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ge/geist-font/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ stdenvNoCC.mkDerivation rec {
description = "Font family created by Vercel in collaboration with Basement Studio";
homepage = "https://vercel.com/font";
license = lib.licenses.ofl;
maintainers = with lib.maintainers; [ eclairevoyant x0ba ];
maintainers = with lib.maintainers; [ x0ba ];
platforms = lib.platforms.all;
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ha/hayabusa/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rustPlatform.buildRustPackage {
description = "Swift rust fetch program";
homepage = "https://github.com/notarin/hayabusa";
license = lib.licenses.cc-by-nc-nd-40;
maintainers = with lib.maintainers; [ eclairevoyant ];
maintainers = with lib.maintainers; [ ];
mainProgram = "hayabusa";
platforms = lib.platforms.linux;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/li/librewolf-bin/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ appimageTools.wrapType2 {
description = "Fork of Firefox, focused on privacy, security and freedom (upstream AppImage release)";
homepage = "https://librewolf.net";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ eclairevoyant ];
maintainers = with lib.maintainers; [ ];
platforms = [ "x86_64-linux" ];
mainProgram = "librewolf";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/no/nomnatong/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "http://nomfoundation.org/nom-tools/Nom-Font";
description = "Hán-Nôm Coded Character Set and Nom Na Tong Regular Reference Font";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ eclairevoyant ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.all;
};
})
2 changes: 1 addition & 1 deletion pkgs/by-name/pr/previewqt/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
homepage = "https://photoqt.org/previewqt";
changelog = "https://gitlab.com/lspies/previewqt/-/blob/v${version}/CHANGELOG";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ eclairevoyant ];
maintainers = with lib.maintainers; [ ];
mainProgram = "previewqt";
platforms = lib.platforms.linux;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ri/rippkgs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
description = "CLI for indexing and searching packages in Nix expressions";
homepage = "https://github.com/replit/rippkgs";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ eclairevoyant cdmistman ];
maintainers = with lib.maintainers; [ cdmistman ];
mainProgram = "rippkgs";
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/sa/salut/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec {
description = "Sleek notification daemon for Wayland";
homepage = "https://gitlab.com/snakedye/salut/-/wikis/Home";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ eclairevoyant ];
maintainers = with lib.maintainers; [ ];
mainProgram = "salut";
platforms = lib.platforms.linux;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/sc/scenefx/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects";
homepage = "https://github.com/wlrfx/scenefx";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ eclairevoyant ];
maintainers = with lib.maintainers; [ ];
mainProgram = "scenefx";
pkgConfigModules = [ "scenefx" ];
platforms = lib.platforms.all;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/so/sov/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/milgra/sov";
license = lib.licenses.gpl3Only;
mainProgram = "sov";
maintainers = with lib.maintainers; [ eclairevoyant ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux;
};
})
2 changes: 1 addition & 1 deletion pkgs/by-name/ss/sshesame/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ buildGoModule rec {
'';
homepage = "https://github.com/jaksi/sshesame";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ eclairevoyant ];
maintainers = with lib.maintainers; [ ];
mainProgram = "sshesame";
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/su/sunpaper/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://github.com/hexive/sunpaper";
license = lib.licenses.asl20;
mainProgram = "sunpaper";
maintainers = with lib.maintainers; [ eclairevoyant jevy ];
maintainers = with lib.maintainers; [ jevy ];
platforms = lib.platforms.linux;
};
})
2 changes: 1 addition & 1 deletion pkgs/by-name/sw/sway-easyfocus/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
description = "Tool to help efficiently focus windows in Sway, inspired by i3-easyfocus";
homepage = "https://github.com/edzdez/sway-easyfocus";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ eclairevoyant ];
maintainers = with lib.maintainers; [ ];
mainProgram = "sway-easyfocus";
};
}
1 change: 0 additions & 1 deletion pkgs/by-name/sw/swayfx-unwrapped/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/WillPower3309/swayfx/releases/tag/${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
eclairevoyant
ricarch97
];
platforms = lib.platforms.linux;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/sw/swipe-guess/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
homepage = "https://git.sr.ht/~earboxer/swipeGuess/";
license = lib.licenses.agpl3Only;
mainProgram = "swipeGuess";
maintainers = with lib.maintainers; [ eclairevoyant ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.all;
};
}
1 change: 0 additions & 1 deletion pkgs/by-name/we/webcord/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ buildNpmPackage rec {
license = lib.licenses.mit;
mainProgram = "webcord";
maintainers = with lib.maintainers; [
eclairevoyant
huantian
];
platforms = lib.platforms.linux;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/games/chessx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://chessx.sourceforge.io/";
description = "Browse and analyse chess games";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ eclairevoyant luispedro ];
maintainers = with maintainers; [ luispedro ];
platforms = platforms.linux;
mainProgram = "chessx";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/games/cutechess/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "GUI, CLI, and library for playing chess";
homepage = "https://cutechess.com/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ eclairevoyant ];
maintainers = with maintainers; [ ];
platforms = with platforms; (linux ++ windows);
mainProgram = "cutechess";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/archivers/7zz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ stdenv.mkDerivation (finalAttrs: {
# and CPP/7zip/Compress/Rar* are unfree with the unRAR license restriction
# the unRAR compression code is disabled by default
lib.optionals enableUnfree [ unfree ];
maintainers = with lib.maintainers; [ anna328p eclairevoyant jk peterhoeg ];
maintainers = with lib.maintainers; [ anna328p jk peterhoeg ];
platforms = with lib.platforms; unix ++ windows;
mainProgram = "7zz";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/graphics/grim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/emersion/grim";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ eclairevoyant ];
maintainers = with maintainers; [ ];
mainProgram = "grim";
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/inputmethods/fcitx5/fcitx5-bamboo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Vietnamese input method engine support for Fcitx";
homepage = "https://github.com/fcitx/fcitx5-bamboo";
license = lib.licenses.lgpl21Plus;
maintainers = with lib.maintainers; [ eclairevoyant ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux;
};
})
2 changes: 1 addition & 1 deletion pkgs/tools/misc/asciinema/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ python3Packages.buildPythonApplication rec {
description = "Terminal session recorder and the best companion of asciinema.org";
homepage = "https://asciinema.org/";
license = with lib.licenses; [ gpl3Plus ];
maintainers = with lib.maintainers; [ eclairevoyant ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.all;
mainProgram = "asciinema";
};
Expand Down

0 comments on commit 61235dc

Please sign in to comment.