maintainers: remove eclairevoyant

This commit is contained in:
éclairevoyant 2024-09-10 15:02:41 -04:00
parent d77ecc757a
commit 49f7e34d6e
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B
40 changed files with 31 additions and 45 deletions

View File

@ -5793,12 +5793,6 @@
githubId = 8146736; githubId = 8146736;
name = "Florentin Eckl"; name = "Florentin Eckl";
}; };
eclairevoyant = {
email = "contactmeongithubinstead@proton.me";
github = "eclairevoyant";
githubId = 848000;
name = "éclairevoyant";
};
edanaher = { edanaher = {
email = "nixos@edanaher.net"; email = "nixos@edanaher.net";
github = "edanaher"; github = "edanaher";

View File

@ -942,7 +942,6 @@ with lib.maintainers;
steam = { steam = {
members = [ members = [
atemu atemu
eclairevoyant
k900 k900
mkg20001 mkg20001
]; ];

View File

@ -3,7 +3,7 @@ import ./make-test-python.nix (
{ {
name = "swayfx"; name = "swayfx";
meta = { meta = {
maintainers = with lib.maintainers; [ eclairevoyant ]; maintainers = with lib.maintainers; [ ];
}; };
# testScriptWithTypes:49: error: Cannot call function of unknown type # testScriptWithTypes:49: error: Cannot call function of unknown type

View File

@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
mainProgram = "openbangla-gui"; mainProgram = "openbangla-gui";
homepage = "https://openbangla.github.io/"; homepage = "https://openbangla.github.io/";
license = lib.licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ eclairevoyant hqurve ]; maintainers = with lib.maintainers; [ hqurve ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
# never built on aarch64-linux since first introduction in nixpkgs # never built on aarch64-linux since first introduction in nixpkgs
broken = stdenv.isLinux && stdenv.isAarch64; broken = stdenv.isLinux && stdenv.isAarch64;

View File

@ -146,7 +146,7 @@ rec {
+ lib.removePrefix "Redshift" redshift.meta.longDescription; + lib.removePrefix "Redshift" redshift.meta.longDescription;
homepage = "https://gitlab.com/chinstrap/gammastep"; homepage = "https://gitlab.com/chinstrap/gammastep";
mainProgram = "gammastep"; mainProgram = "gammastep";
maintainers = (with lib.maintainers; [ eclairevoyant primeos ]) ++ redshift.meta.maintainers; maintainers = (with lib.maintainers; [ primeos ]) ++ redshift.meta.maintainers;
}; };
}; };
} }

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Calculates sunrise or sunset times with civil, nautical, astronomical and custom twilights"; description = "Calculates sunrise or sunset times with civil, nautical, astronomical and custom twilights";
homepage = "https://github.com/risacher/sunwait"; homepage = "https://github.com/risacher/sunwait";
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ eclairevoyant ]; maintainers = with lib.maintainers; [ ];
mainProgram = "sunwait"; mainProgram = "sunwait";
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };

View File

@ -67,7 +67,7 @@ stdenv.mkDerivation {
description = "Command line client for the dropbox daemon"; description = "Command line client for the dropbox daemon";
license = lib.licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
mainProgram = "dropbox"; mainProgram = "dropbox";
maintainers = with lib.maintainers; [ eclairevoyant ]; maintainers = with lib.maintainers; [ ];
# NOTE: Dropbox itself only works on linux, so this is ok. # NOTE: Dropbox itself only works on linux, so this is ok.
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };

View File

@ -82,7 +82,7 @@ buildFHSEnv {
description = "Online stored folders (daemon version)"; description = "Online stored folders (daemon version)";
homepage = "http://www.dropbox.com/"; homepage = "http://www.dropbox.com/";
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ eclairevoyant ttuegel ]; maintainers = with maintainers; [ ttuegel ];
platforms = [ "i686-linux" "x86_64-linux" ]; platforms = [ "i686-linux" "x86_64-linux" ];
mainProgram = "dropbox"; mainProgram = "dropbox";
}; };

View File

@ -264,7 +264,6 @@ stdenv.mkDerivation rec {
lib.licenses.free lib.licenses.free
]; ];
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
eclairevoyant
mic92 mic92
equirosa equirosa
urandom urandom

View File

@ -201,7 +201,7 @@ stdenv.mkDerivation (finalAttrs: {
video content, efficiently video content, efficiently
''; '';
homepage = "https://obsproject.com"; 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; license = with licenses; [ gpl2Plus ] ++ optional withFdk fraunhofer-fdk;
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ]; platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ];
mainProgram = "obs"; mainProgram = "obs";

View File

@ -179,7 +179,7 @@ stdenv.mkDerivation {
description = "Darktable fork minus the bloat plus some design vision"; description = "Darktable fork minus the bloat plus some design vision";
homepage = "https://ansel.photos/"; homepage = "https://ansel.photos/";
license = lib.licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ eclairevoyant ]; maintainers = with lib.maintainers; [ ];
mainProgram = "ansel"; mainProgram = "ansel";
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };

View File

@ -68,7 +68,7 @@ rustPlatform.buildRustPackage rec {
description = "Wayland-native, highly customizable runner"; description = "Wayland-native, highly customizable runner";
homepage = "https://github.com/kirottu/anyrun"; homepage = "https://github.com/kirottu/anyrun";
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ eclairevoyant NotAShelf ]; maintainers = with lib.maintainers; [ NotAShelf ];
mainProgram = "anyrun"; mainProgram = "anyrun";
}; };
} }

View File

@ -45,7 +45,6 @@ appimageTools.wrapType2 {
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
aw aw
eclairevoyant
nshalman nshalman
]; ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];

View File

@ -169,7 +169,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://git.kernel.org/pub/scm/network/connman/connman.git/about/"; homepage = "https://git.kernel.org/pub/scm/network/connman/connman.git/about/";
license = lib.licenses.gpl2Only; license = lib.licenses.gpl2Only;
mainProgram = "connmanctl"; mainProgram = "connmanctl";
maintainers = with lib.maintainers; [ eclairevoyant AndersonTorres ]; maintainers = with lib.maintainers; [ AndersonTorres ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
}) })

View File

@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://converseen.fasterland.net/"; homepage = "https://converseen.fasterland.net/";
changelog = "https://github.com/Faster3ck/Converseen/blob/${finalAttrs.src.rev}/CHANGELOG"; changelog = "https://github.com/Faster3ck/Converseen/blob/${finalAttrs.src.rev}/CHANGELOG";
license = lib.licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ eclairevoyant ]; maintainers = with lib.maintainers; [ ];
mainProgram = "converseen"; mainProgram = "converseen";
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };

View File

@ -39,7 +39,7 @@ buildDotnetModule rec {
homepage = "https://github.com/Tyrrrz/DiscordChatExporter"; homepage = "https://github.com/Tyrrrz/DiscordChatExporter";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
changelog = "https://github.com/Tyrrrz/DiscordChatExporter/blob/${version}/Changelog.md"; changelog = "https://github.com/Tyrrrz/DiscordChatExporter/blob/${version}/Changelog.md";
maintainers = with maintainers; [ eclairevoyant ]; maintainers = with maintainers; [ ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
mainProgram = "discordchatexporter-cli"; mainProgram = "discordchatexporter-cli";
}; };

View File

@ -67,7 +67,6 @@ rustPlatform.buildRustPackage rec {
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
coffeeispower coffeeispower
eclairevoyant
figsoda figsoda
lom lom
w-lfchen w-lfchen

View File

@ -31,7 +31,6 @@ stdenv.mkDerivation {
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
multivac61 multivac61
eclairevoyant
]; ];
mainProgram = "fireplace"; mainProgram = "fireplace";
platforms = lib.platforms.all; platforms = lib.platforms.all;

View File

@ -64,7 +64,6 @@ stdenv.mkDerivation (finalAttrs: {
license = with lib.licenses; [ mit zlib ]; license = with lib.licenses; [ mit zlib ];
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
jmbaur jmbaur
eclairevoyant
]; ];
mainProgram = "fnott"; mainProgram = "fnott";
platforms = lib.platforms.linux; platforms = lib.platforms.linux;

View File

@ -36,7 +36,7 @@ stdenvNoCC.mkDerivation rec {
description = "Font family created by Vercel in collaboration with Basement Studio"; description = "Font family created by Vercel in collaboration with Basement Studio";
homepage = "https://vercel.com/font"; homepage = "https://vercel.com/font";
license = lib.licenses.ofl; license = lib.licenses.ofl;
maintainers = with lib.maintainers; [ eclairevoyant x0ba ]; maintainers = with lib.maintainers; [ x0ba ];
platforms = lib.platforms.all; platforms = lib.platforms.all;
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
}; };

View File

@ -43,7 +43,7 @@ rustPlatform.buildRustPackage {
description = "Swift rust fetch program"; description = "Swift rust fetch program";
homepage = "https://github.com/notarin/hayabusa"; homepage = "https://github.com/notarin/hayabusa";
license = lib.licenses.cc-by-nc-nd-40; license = lib.licenses.cc-by-nc-nd-40;
maintainers = with lib.maintainers; [ eclairevoyant ]; maintainers = with lib.maintainers; [ ];
mainProgram = "hayabusa"; mainProgram = "hayabusa";
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };

View File

@ -27,7 +27,7 @@ appimageTools.wrapType2 {
description = "Fork of Firefox, focused on privacy, security and freedom (upstream AppImage release)"; description = "Fork of Firefox, focused on privacy, security and freedom (upstream AppImage release)";
homepage = "https://librewolf.net"; homepage = "https://librewolf.net";
license = lib.licenses.mpl20; license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ eclairevoyant ]; maintainers = with lib.maintainers; [ ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
mainProgram = "librewolf"; mainProgram = "librewolf";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];

View File

@ -48,7 +48,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "http://nomfoundation.org/nom-tools/Nom-Font"; homepage = "http://nomfoundation.org/nom-tools/Nom-Font";
description = "Hán-Nôm Coded Character Set and Nom Na Tong Regular Reference Font"; description = "Hán-Nôm Coded Character Set and Nom Na Tong Regular Reference Font";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ eclairevoyant ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };
}) })

View File

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
homepage = "https://photoqt.org/previewqt"; homepage = "https://photoqt.org/previewqt";
changelog = "https://gitlab.com/lspies/previewqt/-/blob/v${version}/CHANGELOG"; changelog = "https://gitlab.com/lspies/previewqt/-/blob/v${version}/CHANGELOG";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ eclairevoyant ]; maintainers = with lib.maintainers; [ ];
mainProgram = "previewqt"; mainProgram = "previewqt";
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };

View File

@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
description = "CLI for indexing and searching packages in Nix expressions"; description = "CLI for indexing and searching packages in Nix expressions";
homepage = "https://github.com/replit/rippkgs"; homepage = "https://github.com/replit/rippkgs";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ eclairevoyant cdmistman ]; maintainers = with lib.maintainers; [ cdmistman ];
mainProgram = "rippkgs"; mainProgram = "rippkgs";
}; };
} }

View File

@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec {
description = "Sleek notification daemon for Wayland"; description = "Sleek notification daemon for Wayland";
homepage = "https://gitlab.com/snakedye/salut/-/wikis/Home"; homepage = "https://gitlab.com/snakedye/salut/-/wikis/Home";
license = lib.licenses.mpl20; license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ eclairevoyant ]; maintainers = with lib.maintainers; [ ];
mainProgram = "salut"; mainProgram = "salut";
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };

View File

@ -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"; 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"; homepage = "https://github.com/wlrfx/scenefx";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ eclairevoyant ]; maintainers = with lib.maintainers; [ ];
mainProgram = "scenefx"; mainProgram = "scenefx";
pkgConfigModules = [ "scenefx" ]; pkgConfigModules = [ "scenefx" ];
platforms = lib.platforms.all; platforms = lib.platforms.all;

View File

@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/milgra/sov"; homepage = "https://github.com/milgra/sov";
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
mainProgram = "sov"; mainProgram = "sov";
maintainers = with lib.maintainers; [ eclairevoyant ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
}) })

View File

@ -33,7 +33,7 @@ buildGoModule rec {
''; '';
homepage = "https://github.com/jaksi/sshesame"; homepage = "https://github.com/jaksi/sshesame";
license = lib.licenses.asl20; license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ eclairevoyant ]; maintainers = with lib.maintainers; [ ];
mainProgram = "sshesame"; mainProgram = "sshesame";
}; };
} }

View File

@ -50,7 +50,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://github.com/hexive/sunpaper"; homepage = "https://github.com/hexive/sunpaper";
license = lib.licenses.asl20; license = lib.licenses.asl20;
mainProgram = "sunpaper"; mainProgram = "sunpaper";
maintainers = with lib.maintainers; [ eclairevoyant jevy ]; maintainers = with lib.maintainers; [ jevy ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
}) })

View File

@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
description = "Tool to help efficiently focus windows in Sway, inspired by i3-easyfocus"; description = "Tool to help efficiently focus windows in Sway, inspired by i3-easyfocus";
homepage = "https://github.com/edzdez/sway-easyfocus"; homepage = "https://github.com/edzdez/sway-easyfocus";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ eclairevoyant ]; maintainers = with lib.maintainers; [ ];
mainProgram = "sway-easyfocus"; mainProgram = "sway-easyfocus";
}; };
} }

View File

@ -137,7 +137,6 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/WillPower3309/swayfx/releases/tag/${finalAttrs.version}"; changelog = "https://github.com/WillPower3309/swayfx/releases/tag/${finalAttrs.version}";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
eclairevoyant
ricarch97 ricarch97
]; ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
homepage = "https://git.sr.ht/~earboxer/swipeGuess/"; homepage = "https://git.sr.ht/~earboxer/swipeGuess/";
license = lib.licenses.agpl3Only; license = lib.licenses.agpl3Only;
mainProgram = "swipeGuess"; mainProgram = "swipeGuess";
maintainers = with lib.maintainers; [ eclairevoyant ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };
} }

View File

@ -85,7 +85,6 @@ buildNpmPackage rec {
license = lib.licenses.mit; license = lib.licenses.mit;
mainProgram = "webcord"; mainProgram = "webcord";
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
eclairevoyant
huantian huantian
]; ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;

View File

@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://chessx.sourceforge.io/"; homepage = "https://chessx.sourceforge.io/";
description = "Browse and analyse chess games"; description = "Browse and analyse chess games";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ eclairevoyant luispedro ]; maintainers = with maintainers; [ luispedro ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "chessx"; mainProgram = "chessx";
}; };

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "GUI, CLI, and library for playing chess"; description = "GUI, CLI, and library for playing chess";
homepage = "https://cutechess.com/"; homepage = "https://cutechess.com/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ eclairevoyant ]; maintainers = with maintainers; [ ];
platforms = with platforms; (linux ++ windows); platforms = with platforms; (linux ++ windows);
mainProgram = "cutechess"; mainProgram = "cutechess";
}; };

View File

@ -120,7 +120,7 @@ stdenv.mkDerivation (finalAttrs: {
# and CPP/7zip/Compress/Rar* are unfree with the unRAR license restriction # and CPP/7zip/Compress/Rar* are unfree with the unRAR license restriction
# the unRAR compression code is disabled by default # the unRAR compression code is disabled by default
lib.optionals enableUnfree [ unfree ]; 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; platforms = with lib.platforms; unix ++ windows;
mainProgram = "7zz"; mainProgram = "7zz";
}; };

View File

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/emersion/grim"; homepage = "https://github.com/emersion/grim";
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ eclairevoyant ]; maintainers = with maintainers; [ ];
mainProgram = "grim"; mainProgram = "grim";
}; };
} }

View File

@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Vietnamese input method engine support for Fcitx"; description = "Vietnamese input method engine support for Fcitx";
homepage = "https://github.com/fcitx/fcitx5-bamboo"; homepage = "https://github.com/fcitx/fcitx5-bamboo";
license = lib.licenses.lgpl21Plus; license = lib.licenses.lgpl21Plus;
maintainers = with lib.maintainers; [ eclairevoyant ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
}) })

View File

@ -29,7 +29,7 @@ python3Packages.buildPythonApplication rec {
description = "Terminal session recorder and the best companion of asciinema.org"; description = "Terminal session recorder and the best companion of asciinema.org";
homepage = "https://asciinema.org/"; homepage = "https://asciinema.org/";
license = with lib.licenses; [ gpl3Plus ]; license = with lib.licenses; [ gpl3Plus ];
maintainers = with lib.maintainers; [ eclairevoyant ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.all; platforms = lib.platforms.all;
mainProgram = "asciinema"; mainProgram = "asciinema";
}; };