mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 14:32:59 +00:00
maintainers: remove eclairevoyant
This commit is contained in:
parent
d77ecc757a
commit
49f7e34d6e
@ -5793,12 +5793,6 @@
|
||||
githubId = 8146736;
|
||||
name = "Florentin Eckl";
|
||||
};
|
||||
eclairevoyant = {
|
||||
email = "contactmeongithubinstead@proton.me";
|
||||
github = "eclairevoyant";
|
||||
githubId = 848000;
|
||||
name = "éclairevoyant";
|
||||
};
|
||||
edanaher = {
|
||||
email = "nixos@edanaher.net";
|
||||
github = "edanaher";
|
||||
|
@ -942,7 +942,6 @@ with lib.maintainers;
|
||||
steam = {
|
||||
members = [
|
||||
atemu
|
||||
eclairevoyant
|
||||
k900
|
||||
mkg20001
|
||||
];
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -264,7 +264,6 @@ stdenv.mkDerivation rec {
|
||||
lib.licenses.free
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
eclairevoyant
|
||||
mic92
|
||||
equirosa
|
||||
urandom
|
||||
|
@ -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";
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -45,7 +45,6 @@ appimageTools.wrapType2 {
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
aw
|
||||
eclairevoyant
|
||||
nshalman
|
||||
];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -67,7 +67,6 @@ rustPlatform.buildRustPackage rec {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
coffeeispower
|
||||
eclairevoyant
|
||||
figsoda
|
||||
lom
|
||||
w-lfchen
|
||||
|
@ -31,7 +31,6 @@ stdenv.mkDerivation {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
multivac61
|
||||
eclairevoyant
|
||||
];
|
||||
mainProgram = "fireplace";
|
||||
platforms = lib.platforms.all;
|
||||
|
@ -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;
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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 ];
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -85,7 +85,6 @@ buildNpmPackage rec {
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "webcord";
|
||||
maintainers = with lib.maintainers; [
|
||||
eclairevoyant
|
||||
huantian
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user